mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7721 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
87ac89a008
commit
6e1a2c1843
1 changed files with 1 additions and 0 deletions
|
|
@ -638,6 +638,7 @@
|
||||||
$tag = strtolower(trim($matches[1]));
|
$tag = strtolower(trim($matches[1]));
|
||||||
|
|
||||||
//$buff = trim(preg_replace('/(\/>|>)/','/>',$matches[0]));
|
//$buff = trim(preg_replace('/(\/>|>)/','/>',$matches[0]));
|
||||||
|
$buff = $matches[0];
|
||||||
$buff = str_replace(array('&','&'),array('&','&'),$buff);
|
$buff = str_replace(array('&','&'),array('&','&'),$buff);
|
||||||
$buff = preg_replace_callback('/([^=^"^ ]*)=([^ ^>]*)/i', 'fixQuotation', $buff);
|
$buff = preg_replace_callback('/([^=^"^ ]*)=([^ ^>]*)/i', 'fixQuotation', $buff);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue