From 3a169c7c01eeba01678ab5c9d88b4d6e8786b36e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 22 Oct 2012 23:07:25 +0200 Subject: Don't send a cli client unwanted HTML code Signed-off-by: Florian Pritz --- application/views/file/html_footer.php | 4 +++- application/views/file/html_header.php | 4 +++- application/views/footer.php | 5 +++++ application/views/header.php | 6 +++++- 4 files changed, 16 insertions(+), 3 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 @@ - + diff --git a/application/views/footer.php b/application/views/footer.php index 92b305999..3d6901748 100644 --- a/application/views/footer.php +++ b/application/views/footer.php @@ -1,3 +1,8 @@ + diff --git a/application/views/header.php b/application/views/header.php index 4f2c46e79..2e978bda2 100644 --- a/application/views/header.php +++ b/application/views/header.php @@ -1,4 +1,8 @@ - + -- cgit v1.2.3-24-g4f1b