Skip to content

Commit

Permalink
Fix formatting of table.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeWannacott committed May 30, 2023
1 parent b925556 commit dcc24d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/table.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ function createTestTable(
<body>
<table class="table-sort ${props.tableTags}">
<thead>
${testTableHeaders}
${testTableHeaders}
</thead>
<tbody>
${testTableTdRows}
</tbody>
</table>
<tbody>
${testTableTdRows}
</tbody>
</table>
</body>
</html>`);

Expand Down

0 comments on commit dcc24d9

Please sign in to comment.