BUGFIX: missing <tbody> tag inside a <table>

This commit is contained in:
Régis Hanol 2014-05-13 17:43:56 +02:00
parent 6e0eb89697
commit d11d31acaa
1 changed files with 15 additions and 13 deletions

View File

@ -44,6 +44,7 @@
<td class='flaggers'>
<table>
<tbody>
{{#each flaggedPost.flaggers}}
<tr>
<td>
@ -57,6 +58,7 @@
</td>
</tr>
{{/each}}
</tbody>
</table>
</td>