diff options
author | Simon Rettberg | 2014-06-23 18:42:44 +0200 |
---|---|---|
committer | Simon Rettberg | 2014-06-23 18:42:44 +0200 |
commit | 5ea4d42e052b4ce563784e1bdcc1e7df4ef8e3b3 (patch) | |
tree | 2485d21affc4defbceb7eb8ff9c66e434c0fddd4 /index.php | |
parent | Try to autpmatically detect server ip on init-api (diff) | |
download | slx-admin-5ea4d42e052b4ce563784e1bdcc1e7df4ef8e3b3.tar.gz slx-admin-5ea4d42e052b4ce563784e1bdcc1e7df4ef8e3b3.tar.xz slx-admin-5ea4d42e052b4ce563784e1bdcc1e7df4ef8e3b3.zip |
Some minor html fixes/improvements
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |