mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
BUGFIX: missing <tbody> tag inside a <table>
This commit is contained in:
parent
6e0eb89697
commit
d11d31acaa
@ -44,6 +44,7 @@
|
|||||||
|
|
||||||
<td class='flaggers'>
|
<td class='flaggers'>
|
||||||
<table>
|
<table>
|
||||||
|
<tbody>
|
||||||
{{#each flaggedPost.flaggers}}
|
{{#each flaggedPost.flaggers}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
@ -57,6 +58,7 @@
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user