Add missing space

This commit is contained in:
sm6srw
2026-02-24 09:53:37 -05:00
parent 10d9d0dfe0
commit 296cb3e285

View File

@@ -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);
}
}