From 370fee173b44e82b9044f4243db4249f1b076087 Mon Sep 17 00:00:00 2001 From: ngleader Date: Mon, 3 Jan 2011 09:21:59 +0000 Subject: [PATCH] =?UTF-8?q?r8010=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8012 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/func.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/func.inc.php b/config/func.inc.php index bae91b4c7..c57711b21 100644 --- a/config/func.inc.php +++ b/config/func.inc.php @@ -742,7 +742,7 @@ if($close_tag) $val .= ' /'; // attribute on* remove - if(preg_match('/^on([a-z]+)/',preg_replace('/[^a-zA-Z_]/','',$key))) return ''; + if(preg_match('/^on([a-z]+)/i',preg_replace('/[^a-zA-Z_]/','',$key))) return ''; $output = sprintf('%s=%s', $key, $val);