commit | d98cbb8bddda2f56dc1dc585a7f3a01fa9ed33c9 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@devilix.net> | Fri Jan 24 18:34:27 2014 +0200 |
committer | Andrey Andreev <narf@devilix.net> | Fri Jan 24 18:34:27 2014 +0200 |
tree | 7a240fac0c99902cea220806ae061ecf3df00937 | |
parent | ecc260e0be0cdb55c4e4802b78ddd78b0d8b0ebc [diff] |
Add &newline; and &tab; to CI_Security::
diff --git a/system/core/Security.php b/system/core/Security.php index d6356f8..32ecbba 100644 --- a/system/core/Security.php +++ b/system/core/Security.php
@@ -69,7 +69,9 @@ public $html5_entities = array( ':' => ':', '(' => '(', - ')' => ')' + ')' => ')', + '&newline;', => "\n", + '&tab;', => "\t" ); /**