From 8dc2d3f733a416d19c753766e8afa21377f4038e Mon Sep 17 00:00:00 2001 From: evarisk-kilyan Date: Wed, 4 Dec 2024 10:23:47 +0100 Subject: [PATCH] #1128 [SatureDashboard] fix: dashboard broken because no space --- class/saturnedashboard.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/saturnedashboard.class.php b/class/saturnedashboard.class.php index a00d046b..4c7671d1 100644 --- a/class/saturnedashboard.class.php +++ b/class/saturnedashboard.class.php @@ -315,7 +315,7 @@ public function show_dashboard(?array $moreParams = []) $graph->SetHeight($dashboardGraph['height'] ?? $height); $graph->setShowLegend($dashboardGraph['showlegend'] ?? 2); $graph->draw($fileName[$uniqueKey], $fileUrl[$uniqueKey]); - print ''; + print ''; $downloadCSV = '
'; $downloadCSV .= '';