Skip to content

Commit

Permalink
Fix the tbody validation error
Browse files Browse the repository at this point in the history
  • Loading branch information
alpadev committed May 1, 2021
1 parent 001bb22 commit 1af39f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions site/content/docs/5.0/examples/blog/index.html
Expand Up @@ -162,13 +162,6 @@ <h3>Example table</h3>
<th>Downvotes</th>
</tr>
</thead>
<tfoot>
<tr>
<td>Totals</td>
<td>21</td>
<td>23</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>Alice</td>
Expand All @@ -186,6 +179,13 @@ <h3>Example table</h3>
<td>9</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>Totals</td>
<td>21</td>
<td>23</td>
</tr>
</tfoot>
</table>

<p>This is some additional paragraph placeholder content. It's a slightly shorter version of the other highly repetitive body text used throughout.</p>
Expand Down

0 comments on commit 1af39f8

Please sign in to comment.