diff --git a/application/views/dxatlas/index.php b/application/views/dxatlas/index.php
index 7d7cad24..e013ecf9 100644
--- a/application/views/dxatlas/index.php
+++ b/application/views/dxatlas/index.php
@@ -60,7 +60,11 @@
adif . '>' . $d->prefix . ' - ' . ucwords(strtolower(($d->name))) . '';
+ echo '';
}
?>
diff --git a/application/views/kml/index.php b/application/views/kml/index.php
index bef91511..eff5ebf2 100644
--- a/application/views/kml/index.php
+++ b/application/views/kml/index.php
@@ -33,7 +33,11 @@
adif . '>' . $d->prefix . ' - ' . ucwords(strtolower(($d->name))) . '';
+ echo '';
}
?>
diff --git a/application/views/lookup/index.php b/application/views/lookup/index.php
index 995ef6c6..d77358d1 100644
--- a/application/views/lookup/index.php
+++ b/application/views/lookup/index.php
@@ -14,7 +14,11 @@
adif . '>' . $d->prefix . ' - ' . ucwords(strtolower(($d->name))) . '';
+ echo '';
}
?>
diff --git a/application/views/qso/edit_ajax.php b/application/views/qso/edit_ajax.php
index 5e377816..184c7215 100644
--- a/application/views/qso/edit_ajax.php
+++ b/application/views/qso/edit_ajax.php
@@ -266,7 +266,11 @@
if ($qso->COL_DXCC == $d->adif) {
echo " selected=\"selected\"";
}
- echo '>' . $d->prefix . ' - ' . $d->name . '';
+ echo '>' . $d->prefix . ' - ' . ucwords(strtolower($d->name));
+ if ($d->Enddate != null) {
+ echo ' (deleted dxcc)';
+ }
+ echo '';
}
?>
diff --git a/application/views/qso/index.php b/application/views/qso/index.php
index 47d63432..4cffb987 100755
--- a/application/views/qso/index.php
+++ b/application/views/qso/index.php
@@ -258,7 +258,11 @@
adif . '>' . $d->prefix . ' - ' . ucwords(strtolower(($d->name))) . '';
+ echo '';
}
?>
diff --git a/application/views/station_profile/create.php b/application/views/station_profile/create.php
index bb900dcf..2c83e6f2 100644
--- a/application/views/station_profile/create.php
+++ b/application/views/station_profile/create.php
@@ -46,7 +46,8 @@
diff --git a/application/views/station_profile/edit.php b/application/views/station_profile/edit.php
index dc9c5f07..bd1a01ab 100644
--- a/application/views/station_profile/edit.php
+++ b/application/views/station_profile/edit.php
@@ -57,7 +57,8 @@
diff --git a/application/views/timeplotter/index.php b/application/views/timeplotter/index.php
index 7fb28766..f5bcc5be 100644
--- a/application/views/timeplotter/index.php
+++ b/application/views/timeplotter/index.php
@@ -21,7 +21,7 @@
num_rows() > 0) {
foreach ($dxcc_list->result() as $dxcc) {
- echo '