mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
템플릿 핸들러 참고해서 핸들러에서 경로 바꾸는 이미지만 경로 수정하게 수정.(이전에 템플릿 핸들러를 수정했어야 하는 것은 아닌지.... 아무튼.. 수정) git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5957 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0919ae7e03
commit
2ab2bce53a
3 changed files with 4 additions and 4 deletions
|
|
@ -562,7 +562,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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue