diff options
Diffstat (limited to 'inc/render.inc.php')
-rw-r--r-- | inc/render.inc.php | 5 |
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) { |