Fix misaligned thead and tbody
这个提交包含在:
父节点
707d587df0
当前提交
5c40fa21d7
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -29,6 +29,8 @@
|
|||
<th scope="col">Mode</th>
|
||||
<th scope="col">Band</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<?php if($this->session->userdata('user_date_format')) {
|
||||
$custom_date_format = $this->session->userdata('user_date_format');
|
||||
} else {
|
||||
|
|
@ -46,8 +48,6 @@
|
|||
echo '<td>'.$qso->COL_BAND.'</td>';
|
||||
echo '</tr>';
|
||||
} ?>
|
||||
</thead>
|
||||
<tbody>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
|
|
|||
正在加载…
在新工单中引用