mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
r8010 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8012 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
74be8521fc
commit
370fee173b
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue