summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/index.php b/index.php
index a14bda6a..4b83baaa 100644
--- a/index.php
+++ b/index.php
@@ -121,7 +121,9 @@ Message::renderList();
Page::render();
if (defined('CONFIG_DEBUG') && CONFIG_DEBUG) {
+ Render::openTag('div', array('class' => 'container'));
Message::addWarning('debug-mode');
+ Render::closeTag('div');
}
// Send page to client.