commit | 3c298dcf7028ad5e6f9b2da15fa9a07e7da505b9 | [log] [tgz] |
---|---|---|
author | vkeranov <vkeranov@gmail.com> | Thu Jul 12 11:04:02 2012 +0300 |
committer | vkeranov <vkeranov@gmail.com> | Thu Jul 12 11:04:02 2012 +0300 |
tree | b9f205fc8ac84d569e3171a21b65cb672ee58084 | |
parent | 95c586b26f0d5730cca23119d2e5b3f5a19213a6 [diff] |
Important space fix :)
diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index 0e8e9f9..5ecc960 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php
@@ -125,7 +125,7 @@ */ function encode_php_tags($str) { - return str_replace(array('<?', '?>'), array('<?', '?>'), $str); + return str_replace(array('<?', '?>'), array('<?', '?>'), $str); } }