Start tag has wrong closing tag (#834)
This commit is contained in:
parent
ffc698a4cd
commit
f2da5e6300
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue