Use <th> in <thead> instead of <td>

Ref: #1308
This commit is contained in:
wolfy1339
2016-09-22 11:40:50 -04:00
parent ce79be8b0b
commit 00aadbaf91
10 changed files with 27 additions and 38 deletions

View File

@@ -29,9 +29,9 @@
<table class="data">
<thead>
<tr>
<td style="width: 10px;"></td>
<td>Key</td>
<td>Note</td>
<th style="width: 10px;"></th>
<th>Key</th>
<th>Note</th>
</tr>
</thead>
<tbody>