summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-03-22 13:14:59 +0100
committerSimon Rettberg2021-03-22 13:14:59 +0100
commit5996eb522ea5b3abd5fe5b60b8666f0cec49e711 (patch)
tree08fb4cad82e99aa10c37c49154c40f31e36ead96
parent[rebootcontrol] Show '-' for "subnet 2 subnet"-count if disabled (diff)
downloadslx-admin-5996eb522ea5b3abd5fe5b60b8666f0cec49e711.tar.gz
slx-admin-5996eb522ea5b3abd5fe5b60b8666f0cec49e711.tar.xz
slx-admin-5996eb522ea5b3abd5fe5b60b8666f0cec49e711.zip
index.php: Minor formatting changes
-rw-r--r--index.php3
1 files changed, 2 insertions, 1 deletions
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.