diff --git a/application/views/oqrs/request.php b/application/views/oqrs/request.php
index 93e44dc8..3f7b2953 100644
--- a/application/views/oqrs/request.php
+++ b/application/views/oqrs/request.php
@@ -25,7 +25,7 @@ The following QSO(s) were found. Please fill out the date and time and submit yo
echo '
';
diff --git a/application/views/oqrs/request_grouped.php b/application/views/oqrs/request_grouped.php
index 1b1bf31e..b110706f 100644
--- a/application/views/oqrs/request_grouped.php
+++ b/application/views/oqrs/request_grouped.php
@@ -20,7 +20,7 @@ The following QSO(s) were found. Please fill out the date and time and submit yo
echo '
';
diff --git a/application/views/oqrs/result.php b/application/views/oqrs/result.php
index 814e3123..23e64b06 100644
--- a/application/views/oqrs/result.php
+++ b/application/views/oqrs/result.php
@@ -29,8 +29,10 @@ echo '';
echo strtoupper($callsign) . ' has ' . $count . ' band slot(s) and has ' . $qsocount . ' QSO(s) in the log.
';
?>
+
No QSOs found in the log. ';
}
?>
+
\ No newline at end of file
diff --git a/application/views/visitor/layout/header.php b/application/views/visitor/layout/header.php
index 3ac04413..718252a5 100644
--- a/application/views/visitor/layout/header.php
+++ b/application/views/visitor/layout/header.php
@@ -72,18 +72,20 @@
-
-
- CI =& get_instance();
- if ($this->CI->public_search_enabled($slug) || $this->session->userdata('user_type') >= 2) { ?>
-
-
+
+ CI =& get_instance();
+ if ($this->CI->public_search_enabled($slug) || $this->session->userdata('user_type') >= 2) { ?>
+
+
+
diff --git a/assets/js/sections/oqrs.js b/assets/js/sections/oqrs.js
index 7e763312..23a85d36 100644
--- a/assets/js/sections/oqrs.js
+++ b/assets/js/sections/oqrs.js
@@ -11,7 +11,7 @@ function loadStationInfo() {
success: function (data) {
if (data.count > 0) {
$(".resulttable").append(' ' + data.count + ' Qsos logged between ' + data.mindate + ' and ' + data.maxdate + '.
');
- $(".resulttable").append('');
+ $(".resulttable").append('');
// Get the input field
var input = document.getElementById("oqrssearch");
@@ -160,7 +160,7 @@ function oqrsAddLine() {
var $iterator = $('