From 84f93da5039fffcd5c805d643db468669784b1d2 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 8 Nov 2022 16:31:07 +0000 Subject: [PATCH] [Search][Duplicate QSOs] Changed the alert to success as its not a warning --- application/views/search/duplicates_result.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/search/duplicates_result.php b/application/views/search/duplicates_result.php index f2900c46..65c1f9ff 100644 --- a/application/views/search/duplicates_result.php +++ b/application/views/search/duplicates_result.php @@ -45,6 +45,6 @@ if ($qsos->result() != NULL) { ×No duplicate QSO\'s were found.'; + echo '
×No duplicate QSO\'s were found.
'; } ?> \ No newline at end of file