git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7721 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
ngleader 2010-09-28 06:44:29 +00:00
parent 87ac89a008
commit 6e1a2c1843

View file

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