commit | ee7633c9f883513fa556240d60694f075d8dc056 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Fri Jan 24 18:47:20 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Fri Jan 24 18:47:20 2014 +0200 |
tree | 67cfb75f3982e8aa6698df6a7232ffedf31b0765 | |
parent | 25ca23533e3efe59754145c91037fae171fb4862 [diff] |
Fix syntax errors
diff --git a/system/core/Security.php b/system/core/Security.php index 40717c2..a753aa0 100644 --- a/system/core/Security.php +++ b/system/core/Security.php
@@ -70,8 +70,8 @@ ':' => ':', '(' => '(', ')' => ')', - '&newline;', => "\n", - '&tab;', => "\t" + '&newline;' => "\n", + '&tab;' => "\t" ); /**