Skip to content

Commit f2da5e6

Browse files
authored
Start tag has wrong closing tag (#834)
1 parent ffc698a commit f2da5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pytest_html/resources/index.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<template id="template_results-table__body--empty">
3030
<tbody class="results-table-row">
3131
<tr id="not-found-message">
32-
<td colspan="{{ table_head|length }}">No results found. Check the filters.</th>
32+
<td colspan="{{ table_head|length }}">No results found. Check the filters.</td>
3333
</tr>
3434
</template>
3535
<template id="template_results-table__tbody">

0 commit comments

Comments
 (0)