It seems that a bulleted list inside a table element is not correctly terminated. The following code:

{| border="2"
|-
|List in a row:
* First Item
* Second Item
|-
|Another list:
* First Item
* Second Item
|}

Renders into:

<table border="2">
    <tr>

        <td>List in a row: <ul>
    <li> First Item</li>
    <li> Second Item</td>
    </tr>
    <tr>
        <td>Another list:</li>

    <li> First Item</li>
    <li> Second Item</td>
    </tr>
</table>

Creating weird renderings, with different level bulleted lists, alternated, as shown in the attached screenshot.

Thanks.

CommentFileSizeAuthor
table-render.png5.67 KBmteira

Comments

mrded’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

5.x-1.1 is no longer supported.