Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Start tag has wrong closing tag
  • Loading branch information
zingero authored Sep 3, 2024
commit d4af41bffe406c99d2c01d04f8828b2c6e5895d6
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