diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index dc4e605..51d4ed2 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -572,7 +572,7 @@
 		 * 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 = '';