Open fkusei opened 1 year ago
Generated HTML looks like this:
<table border='1'> <thead> <tr> <th>State</th> <th>Name</th> <th>Model</th> <th>Last comment</th> <th>Actions</th> </tr> </thead> <tbody></tbody> <tr> <td class='missing' title='missing'>missing</td> <td class='no_color'> <a href='/wink/items/25'>Ethernet-Kabel</a> </td> <td class='no_color'> <a href='/wink/items/25'>5m</a> </td> <td class='no_color'> <a href='/wink/items/25'> WINK: Item marked as missing by 'fku' during 'Eventname'. </a> </td> <td> <a href='/wink/items/25'>show</a> <a href='/wink/items/25/edit'>edit</a> </td> </tr>
Note the empty <tbody></tbody> after </thead>. This leads to broken Styling, because table rows are outside the tbody.
<tbody></tbody>
</thead>
tbody
Generated HTML looks like this:
Note the empty
<tbody></tbody>
after</thead>
. This leads to broken Styling, because table rows are outside thetbody
.