diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-24 17:47:20 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-24 17:47:20 +0100 |
commit | ee7633c9f883513fa556240d60694f075d8dc056 (patch) | |
tree | 67cfb75f3982e8aa6698df6a7232ffedf31b0765 /system/core | |
parent | 25ca23533e3efe59754145c91037fae171fb4862 (diff) |
Fix syntax errors
Diffstat (limited to 'system/core')
-rw-r--r-- | system/core/Security.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index 40717c26d..a753aa021 100644 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -70,8 +70,8 @@ class CI_Security { ':' => ':', '(' => '(', ')' => ')', - '&newline;', => "\n", - '&tab;', => "\t" + '&newline;' => "\n", + '&tab;' => "\t" ); /** |