From c788bbfa935396e188d9b692532a4c24acfa6f6c Mon Sep 17 00:00:00 2001
From: HB9HIL <80885850+HB9HIL@users.noreply.github.com>
Date: Fri, 13 Sep 2024 18:45:32 +0000
Subject: [PATCH] fix css class
---
application/controllers/Stationsetup.php | 2 +-
application/views/stationsetup/stationsetup.php | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/application/controllers/Stationsetup.php b/application/controllers/Stationsetup.php
index 1c4afd6b0..9220b0a66 100644
--- a/application/controllers/Stationsetup.php
+++ b/application/controllers/Stationsetup.php
@@ -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 .= ' '.__("Deleted DXCC").'';
+ $returntext .= ' '.__("Deleted DXCC").'';
}
return $returntext;
diff --git a/application/views/stationsetup/stationsetup.php b/application/views/stationsetup/stationsetup.php
index 74bdf4b69..c11fcd7cf 100644
--- a/application/views/stationsetup/stationsetup.php
+++ b/application/views/stationsetup/stationsetup.php
@@ -147,7 +147,7 @@
station_profile_name;?>