summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-27 16:15:02 +0100
committerSimon Rettberg2014-10-27 16:15:02 +0100
commit2f23a77244d02468a4d59c1581c5a7b4fb526a3a (patch)
treee3e723a5dc15451d71cc7a0102ba5d411204cd7a /index.php
parentAdd SLX_BENCHMARK_VM to settings (diff)
downloadslx-admin-2f23a77244d02468a4d59c1581c5a7b4fb526a3a.tar.gz
slx-admin-2f23a77244d02468a4d59c1581c5a7b4fb526a3a.tar.xz
slx-admin-2f23a77244d02468a4d59c1581c5a7b4fb526a3a.zip
No reason to put a container into a container everywhere
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')) {