Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty <tbody> in "missing or broken items" overview (front page) #42

Open
fkusei opened this issue Jul 12, 2023 · 0 comments
Open

Empty <tbody> in "missing or broken items" overview (front page) #42

fkusei opened this issue Jul 12, 2023 · 0 comments

Comments

@fkusei
Copy link
Contributor

fkusei commented Jul 12, 2023

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 &#39;fku&#39; during &#39;Eventname&#39;.
</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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant