summaryrefslogtreecommitdiffstats
path: root/system/helpers/text_helper.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-21 04:46:59 +0200
committeradmin <devnull@localhost>2006-09-21 04:46:59 +0200
commitbc042dd0692a6b4b89f11f88e6e3763162ce8048 (patch)
treeb867cf4385fa9b89014d7fc0cc3e94dabcdeb2f7 /system/helpers/text_helper.php
parent2962a110a14dff64fe137fb323a5ac321ccb6c20 (diff)
Diffstat (limited to 'system/helpers/text_helper.php')
-rw-r--r--system/helpers/text_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php
index e4f816eb1..e2da32746 100644
--- a/system/helpers/text_helper.php
+++ b/system/helpers/text_helper.php
@@ -266,7 +266,7 @@ function highlight_code($str)
// or B) whether the PHP tags enclose the entire string, we will add our
// own PHP tags around the string along with some markers to make replacement easier later
- $str = '<?php //tempstart'."\n".$str.'//tempend ?>'; // <?
+ $str = '<?php //tempstart'."\n".$str.'//tempend ?>';
// All the magic happens here, baby!
$str = highlight_string($str, TRUE);