summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-24 17:47:20 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-24 17:47:20 +0100
commitee7633c9f883513fa556240d60694f075d8dc056 (patch)
tree67cfb75f3982e8aa6698df6a7232ffedf31b0765
parent25ca23533e3efe59754145c91037fae171fb4862 (diff)
Fix syntax errors
-rw-r--r--system/core/Security.php4
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 {
'&colon;' => ':',
'&lpar;' => '(',
'&rpar;' => ')',
- '&newline;', => "\n",
- '&tab;', => "\t"
+ '&newline;' => "\n",
+ '&tab;' => "\t"
);
/**