summaryrefslogtreecommitdiffstats
path: root/system/helpers/security_helper.php
diff options
context:
space:
mode:
authorvkeranov <vkeranov@gmail.com>2012-07-12 10:04:02 +0200
committervkeranov <vkeranov@gmail.com>2012-07-12 10:04:02 +0200
commit3c298dcf7028ad5e6f9b2da15fa9a07e7da505b9 (patch)
treeb9f205fc8ac84d569e3171a21b65cb672ee58084 /system/helpers/security_helper.php
parent95c586b26f0d5730cca23119d2e5b3f5a19213a6 (diff)
Important space fix :)
Diffstat (limited to 'system/helpers/security_helper.php')
-rw-r--r--system/helpers/security_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php
index 0e8e9f93d..5ecc960bc 100644
--- a/system/helpers/security_helper.php
+++ b/system/helpers/security_helper.php
@@ -125,7 +125,7 @@ if ( ! function_exists('encode_php_tags'))
*/
function encode_php_tags($str)
{
- return str_replace(array('<?', '?>'), array('&lt;?', '?&gt;'), $str);
+ return str_replace(array('<?', '?>'), array('&lt;?', '?&gt;'), $str);
}
}