From 5996eb522ea5b3abd5fe5b60b8666f0cec49e711 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 22 Mar 2021 13:14:59 +0100 Subject: index.php: Minor formatting changes --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index 1b3eaaec..5b968dae 100644 --- a/index.php +++ b/index.php @@ -229,7 +229,8 @@ if (CONFIG_DEBUG) { Render::addTemplate('footer', array('text' => round($duration, 3) . 's, ' . Database::getQueryCount() . ' queries, ' - . round(Database::getQueryTime(), 3) . 's query time total'), 'main'); + . round(Database::getQueryTime(), 3) . 's query time total' + ), 'main'); } // Send page to client. -- cgit v1.2.3-55-g7522