Start tag has wrong closing tag (#834)

This commit is contained in:
zingero 2024-11-20 00:07:31 +02:00 committed by GitHub
parent ffc698a4cd
commit f2da5e6300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<template id="template_results-table__body--empty"> <template id="template_results-table__body--empty">
<tbody class="results-table-row"> <tbody class="results-table-row">
<tr id="not-found-message"> <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> </tr>
</template> </template>
<template id="template_results-table__tbody"> <template id="template_results-table__tbody">