mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1619 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
82507fd811
commit
d22070ae96
1 changed files with 0 additions and 1 deletions
|
|
@ -800,7 +800,6 @@
|
||||||
$buff = $matches[0];
|
$buff = $matches[0];
|
||||||
$buff = preg_replace('/([^=^"^ ]*)=([^"])([^=^ ]*)/i', '$1="$2$3"', $buff);
|
$buff = preg_replace('/([^=^"^ ]*)=([^"])([^=^ ]*)/i', '$1="$2$3"', $buff);
|
||||||
$buff = str_replace("&","&",$buff);
|
$buff = str_replace("&","&",$buff);
|
||||||
debugPrint($buff);
|
|
||||||
|
|
||||||
// 플러그인에서 생성된 코드 (img, div태그내에 editor_plugin코드 존재)의 parameter를 추출
|
// 플러그인에서 생성된 코드 (img, div태그내에 editor_plugin코드 존재)의 parameter를 추출
|
||||||
$oXmlParser = new XmlParser();
|
$oXmlParser = new XmlParser();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue