You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tableborder='1'><thead><tr><th>State</th><th>Name</th><th>Model</th><th>Last comment</th><th>Actions</th></tr></thead><tbody></tbody><tr><tdclass='missing' title='missing'>missing</td><tdclass='no_color'><ahref='/wink/items/25'>Ethernet-Kabel</a></td><tdclass='no_color'><ahref='/wink/items/25'>5m</a></td><tdclass='no_color'><ahref='/wink/items/25'>
WINK: Item marked as missing by 'fku' during 'Eventname'.
</a></td><td><ahref='/wink/items/25'>show</a><ahref='/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.
The text was updated successfully, but these errors were encountered:
Generated HTML looks like this:
Note the empty
<tbody></tbody>
after</thead>
. This leads to broken Styling, because table rows are outside thetbody
.The text was updated successfully, but these errors were encountered: