From 54ceac1ee88c518c87fa82345b4958b36da15a37 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Mon, 15 Jul 2024 11:06:44 +0100 Subject: [PATCH] Adjust summary displays --- root/opt/mailstats/html/showSummaryLogs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/opt/mailstats/html/showSummaryLogs.php b/root/opt/mailstats/html/showSummaryLogs.php index b55720d..70e847a 100644 --- a/root/opt/mailstats/html/showSummaryLogs.php +++ b/root/opt/mailstats/html/showSummaryLogs.php @@ -74,7 +74,7 @@ function generateLogDataTable($logData) { $keys = array_keys($mergedData); $values = array_values($mergedData); - $output = ''; + $output = '
'; // Divide keys and values into sets of 6 $chunks = array_chunk($keys, 6);