diff --git a/application/controllers/Lotw.php b/application/controllers/Lotw.php index 244b080f..67e81211 100644 --- a/application/controllers/Lotw.php +++ b/application/controllers/Lotw.php @@ -427,6 +427,7 @@ class Lotw extends CI_Controller { $tableheaders = "
Station Callsign | "; $tableheaders .= "QSO Date | "; $tableheaders .= "Call | "; $tableheaders .= "Mode | "; @@ -485,6 +486,7 @@ class Lotw extends CI_Controller { $table .= "
".$record['station_callsign']." | "; $table .= "".$time_on." | "; $table .= "".$record['call']." | "; $table .= "".$record['mode']." | ";