diff options
Diffstat (limited to 'system/core/Security.php')
-rw-r--r-- | system/core/Security.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/core/Security.php b/system/core/Security.php index d6356f869..32ecbbad3 100644 --- a/system/core/Security.php +++ b/system/core/Security.php @@ -69,7 +69,9 @@ class CI_Security { public $html5_entities = array( ':' => ':', '(' => '(', - ')' => ')' + ')' => ')', + '&newline;', => "\n", + '&tab;', => "\t" ); /** |