From 1ff2bc4f3c694b7c76df8e57056c51ca39a23a34 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 20 Jan 2015 18:07:24 +0100 Subject: config module structure completed. Many other fixes. Hidden pw field support. --- inc/render.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inc/render.inc.php') 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 , - '' + ' + ' ; 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) { -- cgit v1.2.3-55-g7522