diff --git a/application/controllers/Stationsetup.php b/application/controllers/Stationsetup.php index c26346a78..197494138 100644 --- a/application/controllers/Stationsetup.php +++ b/application/controllers/Stationsetup.php @@ -292,7 +292,7 @@ class Stationsetup extends CI_Controller { private function lbdel2html($id, $logbook_name) { if($this->session->userdata('active_station_logbook') != $id) { - $htmret=''; + $htmret=''; } else { $htmret=''; } @@ -388,7 +388,7 @@ class Stationsetup extends CI_Controller { private function stationbadge2html($station_active, $qso_total, $current_active, $station_profile_name, $id) { $returntext = ''; if($station_active != 1) { - $returntext .= '
'; + $returntext .= '
'; } else { $returntext .= '' . __("Active Station") . '
'; } diff --git a/application/views/stationsetup/stationsetup.php b/application/views/stationsetup/stationsetup.php index 3bb9196f3..c4326e17a 100644 --- a/application/views/stationsetup/stationsetup.php +++ b/application/views/stationsetup/stationsetup.php @@ -55,7 +55,7 @@ session->userdata('active_station_logbook') != $row->logbook_id) { ?>