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