summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {
':' => ':',
'(' => '(',
')' => ')',
- '&newline;', => "\n",
- '&tab;', => "\t"
+ '&newline;' => "\n",
+ '&tab;' => "\t"
);
/**