fix tbody warnings

This commit is contained in:
Henry Jameson 2025-01-26 21:55:52 +02:00
parent 09240a0502
commit 567931bc88

View file

@ -32,6 +32,7 @@
<p>{{ $t("about.mrf.simple.accept_desc") }}</p> <p>{{ $t("about.mrf.simple.accept_desc") }}</p>
<table> <table>
<tbody>
<tr> <tr>
<th>{{ $t("about.mrf.simple.instance") }}</th> <th>{{ $t("about.mrf.simple.instance") }}</th>
<th>{{ $t("about.mrf.simple.reason") }}</th> <th>{{ $t("about.mrf.simple.reason") }}</th>
@ -48,6 +49,7 @@
{{ entry.reason }} {{ entry.reason }}
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>
@ -57,6 +59,7 @@
<p>{{ $t("about.mrf.simple.reject_desc") }}</p> <p>{{ $t("about.mrf.simple.reject_desc") }}</p>
<table> <table>
<tbody>
<tr> <tr>
<th>{{ $t("about.mrf.simple.instance") }}</th> <th>{{ $t("about.mrf.simple.instance") }}</th>
<th>{{ $t("about.mrf.simple.reason") }}</th> <th>{{ $t("about.mrf.simple.reason") }}</th>
@ -73,6 +76,7 @@
{{ entry.reason }} {{ entry.reason }}
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>
@ -82,6 +86,7 @@
<p>{{ $t("about.mrf.simple.quarantine_desc") }}</p> <p>{{ $t("about.mrf.simple.quarantine_desc") }}</p>
<table> <table>
<tbody>
<tr> <tr>
<th>{{ $t("about.mrf.simple.instance") }}</th> <th>{{ $t("about.mrf.simple.instance") }}</th>
<th>{{ $t("about.mrf.simple.reason") }}</th> <th>{{ $t("about.mrf.simple.reason") }}</th>
@ -98,6 +103,7 @@
{{ entry.reason }} {{ entry.reason }}
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>
@ -107,6 +113,7 @@
<p>{{ $t("about.mrf.simple.ftl_removal_desc") }}</p> <p>{{ $t("about.mrf.simple.ftl_removal_desc") }}</p>
<table> <table>
<tbody>
<tr> <tr>
<th>{{ $t("about.mrf.simple.instance") }}</th> <th>{{ $t("about.mrf.simple.instance") }}</th>
<th>{{ $t("about.mrf.simple.reason") }}</th> <th>{{ $t("about.mrf.simple.reason") }}</th>
@ -123,6 +130,7 @@
{{ entry.reason }} {{ entry.reason }}
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>
@ -132,6 +140,7 @@
<p>{{ $t("about.mrf.simple.media_nsfw_desc") }}</p> <p>{{ $t("about.mrf.simple.media_nsfw_desc") }}</p>
<table> <table>
<tbody>
<tr> <tr>
<th>{{ $t("about.mrf.simple.instance") }}</th> <th>{{ $t("about.mrf.simple.instance") }}</th>
<th>{{ $t("about.mrf.simple.reason") }}</th> <th>{{ $t("about.mrf.simple.reason") }}</th>
@ -148,6 +157,7 @@
{{ entry.reason }} {{ entry.reason }}
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>
@ -157,6 +167,7 @@
<p>{{ $t("about.mrf.simple.media_removal_desc") }}</p> <p>{{ $t("about.mrf.simple.media_removal_desc") }}</p>
<table> <table>
<tbody>
<tr> <tr>
<th>{{ $t("about.mrf.simple.instance") }}</th> <th>{{ $t("about.mrf.simple.instance") }}</th>
<th>{{ $t("about.mrf.simple.reason") }}</th> <th>{{ $t("about.mrf.simple.reason") }}</th>
@ -173,6 +184,7 @@
{{ entry.reason }} {{ entry.reason }}
</td> </td>
</tr> </tr>
</tbody>
</table> </table>
</div> </div>