summaryrefslogtreecommitdiffstats
path: root/application/views/file/html_footer.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-10-22 23:07:25 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-10-22 23:07:25 +0200
commit3a169c7c01eeba01678ab5c9d88b4d6e8786b36e (patch)
tree201f37de0d018d3332e16030118bf680b5946941 /application/views/file/html_footer.php
parent2fcdedfbfda6d351f95d0a55c2ce360f71da36a4 (diff)
Don't send a cli client unwanted HTML code
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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");