fix css class

This commit is contained in:
HB9HIL
2024-09-13 18:45:32 +00:00
parent ee8f1a3ccf
commit c788bbfa93
2 changed files with 2 additions and 2 deletions

View File

@@ -378,7 +378,7 @@ class Stationsetup extends CI_Controller {
private function stationcountry2html($station_country, $dxcc_end) {
$returntext = $station_country == '' ? '- ' . __("NONE") . ' -' : $station_country;
if ($dxcc_end != NULL) {
$returntext .= ' <span class="badge badge-danger">'.__("Deleted DXCC").'</span>';
$returntext .= ' <span class="badge bg-danger">'.__("Deleted DXCC").'</span>';
}
return $returntext;