diff options
author | Simon Rettberg | 2014-10-27 16:15:02 +0100 |
---|---|---|
committer | Simon Rettberg | 2014-10-27 16:15:02 +0100 |
commit | 2f23a77244d02468a4d59c1581c5a7b4fb526a3a (patch) | |
tree | e3e723a5dc15451d71cc7a0102ba5d411204cd7a /index.php | |
parent | Add SLX_BENCHMARK_VM to settings (diff) | |
download | slx-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.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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')) { |