From 296cb3e28538bf2f896393ee8a2a74a574fa4dfd Mon Sep 17 00:00:00 2001 From: sm6srw Date: Tue, 24 Feb 2026 09:53:37 -0500 Subject: [PATCH] Add missing space --- application/controllers/Distances.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/Distances.php b/application/controllers/Distances.php index af4957501..7de8d6fd4 100644 --- a/application/controllers/Distances.php +++ b/application/controllers/Distances.php @@ -80,7 +80,7 @@ class Distances extends CI_Controller { // Render Page $data['page_title'] = "Log View - " . $distance; - $data['filter'] = __("QSOs with") . " " . $distance . " " . __("and band"). " " . $band. __("and propagation"). " " . $propagation; + $data['filter'] = __("QSOs with") . " " . $distance . " " . __("and band"). " " . $band. " " . __("and propagation"). " " . $propagation; $this->load->view('awards/details', $data); } }