missing bracket

This commit is contained in:
HB9HIL
2024-06-23 01:22:51 +02:00
parent e6e77b5116
commit b721af3076
16 changed files with 61 additions and 106 deletions

View File

@@ -844,7 +844,7 @@ class Awards extends CI_Controller {
$data['iota_summary'] = $this->iota->get_iota_summary($bands, $postdata);
// Render Page
$data['page_title'] = sprintf(__("Awards - %s"), __("IOTA (Island On The Air"));
$data['page_title'] = sprintf(__("Awards - %s"), __("IOTA (Island On The Air)"));
$this->load->view('interface_assets/header', $data);
$this->load->view('awards/iota/index');
$this->load->view('interface_assets/footer');