commit | 751506e7dd58dd1c257c7170b61fe1f439e25021 | [log] [tgz] |
---|---|---|
author | Derek Allard <derek.allard@ellislab.com> | Mon May 12 21:43:54 2008 +0000 |
committer | Derek Allard <derek.allard@ellislab.com> | Mon May 12 21:43:54 2008 +0000 |
tree | ba6af5d9ceeaa7e1a03d716bf593b11a30ed6067 | |
parent | 15dcf49a0ea6895cbf009dc15277858cfdd422ef [diff] [blame] |
fixed a misspelling in the Input library of CDATA
diff --git a/system/libraries/Input.php b/system/libraries/Input.php index e351566..f987579 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php
@@ -666,7 +666,7 @@ '-moz-binding' => '[removed]', '<!--' => '<!--', '-->' => '-->', - '<!CDATA[' => '<![CDATA[' + '<![CDATA[' => '<![CDATA[' ); foreach ($bad as $key => $val)