From ee7633c9f883513fa556240d60694f075d8dc056 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Fri, 24 Jan 2014 18:47:20 +0200 Subject: Fix syntax errors --- system/core/Security.php | 4 ++-- 1 file 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" ); /** -- cgit v1.2.3-24-g4f1b