Details
-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
4.4.1
-
None
-
- Create a table,
- add some text into the column.
- look at the rendered HTML.
- The text will not be wrapped in a <p> tag.
add an image or list or anything else, the text will get a <p> tag.
I think this is not correct as text should have a <p> around it. we are currently having a styling issue becuase there are sometimes <p> and sometimes not.
example:
<tbody>
<tr>
<td><p>data a</p><p>asdfasdfasdfasdf</p><ul><li>asdfasdfasdf</li><li>asdfasdfasdfas</li></ul></td>
<td>data b</td> <!-- should have <p> but doesn't -->
<td>data c</td> <!-- should have <p> but doesn't -->
<td>data d</td> <!-- should have <p> but doesn't -->
</tr>
</tbody>Create a table, add some text into the column. look at the rendered HTML. The text will not be wrapped in a <p> tag. add an image or list or anything else, the text will get a <p> tag. I think this is not correct as text should have a <p> around it. we are currently having a styling issue becuase there are sometimes <p> and sometimes not. example: <tbody> <tr> <td><p>data a</p><p>asdfasdfasdfasdf</p><ul><li>asdfasdfasdf</li><li>asdfasdfasdfas</li></ul></td> <td>data b</td> <!-- should have <p> but doesn't --> <td>data c</td> <!-- should have <p> but doesn't --> <td>data d</td> <!-- should have <p> but doesn't --> </tr> </tbody>
-
Ibexa Experience