summaryrefslogtreecommitdiffstats
path: root/inc/render.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2015-01-20 18:07:24 +0100
committerSimon Rettberg2015-01-20 18:07:24 +0100
commit1ff2bc4f3c694b7c76df8e57056c51ca39a23a34 (patch)
tree0eb19164af66b3d4e8bf639a710f323b631d23ee /inc/render.inc.php
parentRework config module class structure. Still some TODOs though.... (diff)
downloadslx-admin-1ff2bc4f3c694b7c76df8e57056c51ca39a23a34.tar.gz
slx-admin-1ff2bc4f3c694b7c76df8e57056c51ca39a23a34.tar.xz
slx-admin-1ff2bc4f3c694b7c76df8e57056c51ca39a23a34.zip
config module structure completed. Many other fixes. Hidden pw field support.
Diffstat (limited to 'inc/render.inc.php')
-rw-r--r--inc/render.inc.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/render.inc.php b/inc/render.inc.php
index 5827dcf9..31ba5a7d 100644
--- a/inc/render.inc.php
+++ b/inc/render.inc.php
@@ -69,7 +69,8 @@ class Render
',
self::$footer
,
- '</html>'
+ '</body>
+ </html>'
;
if ($zip) {
Header('Content-Encoding: gzip');
@@ -98,7 +99,7 @@ class Render
}
/**
- * Add raw html data to the footer-section of the generated page (after the closing body tag)
+ * Add raw html data to the footer-section of the generated page (right before the closing body tag)
*/
public static function addFooter($html)
{