Made callsign in the QSO popup bold

这个提交包含在:
Peter Goodhall 2020-05-24 23:15:07 +01:00
父节点 9af164a41d
当前提交 0c11f4e9a7

查看文件

@ -22,7 +22,7 @@
<tr>
<td>Callsign:</td>
<td><?php echo str_replace("0","&Oslash;",strtoupper($row->COL_CALL)); ?></td>
<td><b><?php echo str_replace("0","&Oslash;",strtoupper($row->COL_CALL)); ?></b></td>
</tr>
<tr>