Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tofsjonas committed Aug 19, 2023
1 parent f9f7b8e commit 88747fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>

<html lang="en">
<head>
Expand Down Expand Up @@ -61,7 +61,7 @@ <h2>An example with arrows on the left side:</h2>
<thead>
<tr>
<th>Text</th>
<th>Number</th>
<th class="indicator-left">Number</th>
</tr>
</thead>
<tbody>
Expand All @@ -84,7 +84,7 @@ <h2>An example with arrows on the left side:</h2>
</tbody>
<tfoot>
<tr>
<th class="no-sort indicator-left" colspan="2">tfoot is independent</th>
<th colspan="2">tfoot is independent</th>
</tr>
</tfoot>
</table>
Expand Down
4 changes: 2 additions & 2 deletions src/sortable.test.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ <h2>Colspans</h2>

<h2>Empty/null sorted last</h2>

<table class="sortable n-last">
<table class="sortable n-last lefty">
<thead>
<tr>
<th>Text</th>
<th>Number</th>
<th class="indicator-left">Number</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 88747fd

Please sign in to comment.