Fix misaligned thead and tbody

This commit is contained in:
phl0
2023-10-29 11:33:04 +01:00
parent 707d587df0
commit 5c40fa21d7

View File

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