#19117768 &->& 변경오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7690 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-09-27 01:05:10 +00:00
parent b1855f4bf4
commit 0660edec65

View file

@ -638,7 +638,7 @@
$tag = strtolower(trim($matches[1]));
$buff = trim(preg_replace('/(\/>|>)/','/>',$matches[0]));
$buff = str_replace(array('&','&'),array('&','&'),$buff);
$buff = str_replace(array('&','&'),array('&','&'),$buff);
$buff = preg_replace_callback('/([^=^"^ ]*)=([^ ^>]*)/i', 'fixQuotation', $buff);
$oXmlParser = new XmlParser();