summaryrefslogtreecommitdiffstats
path: root/application/views/file/html_footer.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file/html_footer.php')
-rw-r--r--application/views/file/html_footer.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/application/views/file/html_footer.php b/application/views/file/html_footer.php
index a2a1cfec2..3a4b05505 100644
--- a/application/views/file/html_footer.php
+++ b/application/views/file/html_footer.php
@@ -4,4 +4,6 @@
</div>
</div>
-<?php include(FCPATH."application/views/footer.php");
+<?php
+$force_full_html = true;
+include(FCPATH."application/views/footer.php");