Merge pull request #2636 from phl0/dev

Fix misaligned thead and tbody
这个提交包含在:
Andreas Kristiansen 2023-10-29 11:34:49 +01:00 提交者 GitHub
当前提交 8e86ecb47e
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -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>