summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-08-29 18:06:18 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-08-29 18:06:18 +0200
commita7e03c60731850cec8282da73bd3d7637850ee27 (patch)
treec2f41f9843a8744b7e86ae91fbf2f25ce7fd8372
parent6065c00e637872804d057bfe6fc6b719f4652019 (diff)
Fix code renders for cli clients
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/views/file_plaintext/html_paste_footer.php1
-rw-r--r--application/views/file_plaintext/html_paste_header.php1
2 files changed, 2 insertions, 0 deletions
diff --git a/application/views/file_plaintext/html_paste_footer.php b/application/views/file_plaintext/html_paste_footer.php
new file mode 100644
index 000000000..f3cf21e3a
--- /dev/null
+++ b/application/views/file_plaintext/html_paste_footer.php
@@ -0,0 +1 @@
+<?php include "application/views/file/html_paste_footer.php"; ?>
diff --git a/application/views/file_plaintext/html_paste_header.php b/application/views/file_plaintext/html_paste_header.php
new file mode 100644
index 000000000..2a5db977e
--- /dev/null
+++ b/application/views/file_plaintext/html_paste_header.php
@@ -0,0 +1 @@
+<?php include "application/views/file/html_paste_header.php"; ?>