From a9f9916315a7757c83a62094e11e2df8e77396d3 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Sat, 6 Nov 2021 15:53:04 +0100 Subject: [PATCH] Update index.php Changed TD to TH tag in the header. --- application/views/dashboard/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php index ff9bcd6a..45bc6f4a 100644 --- a/application/views/dashboard/index.php +++ b/application/views/dashboard/index.php @@ -10,7 +10,7 @@ function echo_table_header_col($ctx, $name) { case 'State': echo ''.$ctx->lang->line('gen_hamradio_state').''; break; case 'Grid': echo ''.$ctx->lang->line('gen_hamradio_gridsquare').''; break; case 'Band': echo ''.$ctx->lang->line('gen_hamradio_band').''; break; - case 'Operator': echo ''.$ctx->lang->line('gen_hamradio_operator').''; break; + case 'Operator': echo ''.$ctx->lang->line('gen_hamradio_operator').''; break; } }