Skip to content

Commit

Permalink
Start tag has wrong closing tag (#834)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingero authored Nov 19, 2024
1 parent ffc698a commit f2da5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytest_html/resources/index.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<template id="template_results-table__body--empty">
<tbody class="results-table-row">
<tr id="not-found-message">
<td colspan="{{ table_head|length }}">No results found. Check the filters.</th>
<td colspan="{{ table_head|length }}">No results found. Check the filters.</td>
</tr>
</template>
<template id="template_results-table__tbody">
Expand Down

0 comments on commit f2da5e6

Please sign in to comment.