summaryrefslogtreecommitdiffstats
path: root/system/libraries
diff options
context:
space:
mode:
authorpaulburdick <devnull@localhost>2007-06-26 23:58:56 +0200
committerpaulburdick <devnull@localhost>2007-06-26 23:58:56 +0200
commitb614d392ccafd1decadbdc11afd7c0dcc4baec34 (patch)
tree4e0a46e20fdadb2021976eea6d39c7167e578baa /system/libraries
parentca2cf80a98c76afb586659ebd2859d1438748745 (diff)
Diffstat (limited to 'system/libraries')
-rw-r--r--system/libraries/Input.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index dc4e605b8..51d4ed288 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -572,7 +572,7 @@ class CI_Input {
* These words are compacted back to their correct state.
*
*/
- $words = array('javascript', 'vbscript', 'script', 'applet', 'alert', 'document', 'write', 'cookie', 'window');
+ $words = array('javascript', 'expression', 'vbscript', 'script', 'applet', 'alert', 'document', 'write', 'cookie', 'window');
foreach ($words as $word)
{
$temp = '';