From 47e15aeaa0ccbee680bf4fa9c47bd3b79816603a Mon Sep 17 00:00:00 2001 From: wilpig Date: Sun, 18 Feb 2024 15:16:57 -0600 Subject: [PATCH] Fix typo in string concatenation fixes #1512 --- report_panel_schedule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report_panel_schedule.php b/report_panel_schedule.php index 2c81f95b5..1a95040f0 100644 --- a/report_panel_schedule.php +++ b/report_panel_schedule.php @@ -194,7 +194,7 @@ for($count=1; $count<=$panel->NumberOfPoles; $count++) { $reportHTML .= ''.$count.''; $reportHTML .= $panel->getPanelScheduleLabelHtml($panelSchedule["panelSchedule"], $count, "panelleft", true); - $reportHTML .- ''; + $reportHTML .= ''; } }