Skip to content

Commit

Permalink
Changed td to th in one of the example for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
micc83 committed Dec 3, 2013
1 parent dd9acec commit 7180aad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ <h2>Some examples</h2>
<table id="table1">
<thead>
<tr>
<td>Period</td>
<td>Full Board</td>
<td>Half Board</td>
<td>Bed and Breakfast</td>
<th>Period</th>
<th>Full Board</th>
<th>Half Board</th>
<th>Bed and Breakfast</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit 7180aad

Please sign in to comment.