summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 e3515661d..f98757947 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -666,7 +666,7 @@ class CI_Input {
'-moz-binding' => '[removed]',
'<!--' => '&lt;!--',
'-->' => '--&gt;',
- '<!CDATA[' => '&lt;![CDATA['
+ '<![CDATA[' => '&lt;![CDATA['
);
foreach ($bad as $key => $val)