From dfc0e1fbab2e9ff76212e4990b8596beffd62fd3 Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 11 Oct 2024 10:06:02 +0200 Subject: [PATCH] Add tooltip for band as well --- application/views/visitor/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/visitor/index.php b/application/views/visitor/index.php index efdadeada..da1929e6b 100644 --- a/application/views/visitor/index.php +++ b/application/views/visitor/index.php @@ -98,7 +98,7 @@ function echo_table_col($row, $name) case 'Band': echo ''; if ($row->COL_SAT_NAME != null) { - echo '' . $row->COL_SAT_NAME . ''; + echo ''.$row->COL_SAT_NAME.''; } else { echo strtolower($row->COL_BAND); }