From 751506e7dd58dd1c257c7170b61fe1f439e25021 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 12 May 2008 21:43:54 +0000 Subject: fixed a misspelling in the Input library of CDATA --- system/libraries/Input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/libraries/Input.php') 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]', '' => '-->', - ' '<![CDATA[' + ' '<![CDATA[' ); foreach ($bad as $key => $val) -- cgit v1.2.3-24-g4f1b