Made callsign in the QSO popup bold

pull/518/head
Peter Goodhall 2020-05-24 23:15:07 +01:00
rodzic 9af164a41d
commit 0c11f4e9a7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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