mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
for textyle
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6392 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ef4c2d4166
commit
7032dc073e
5 changed files with 139 additions and 2 deletions
|
|
@ -292,6 +292,9 @@
|
|||
$obj->homepage = $source_obj->get('homepage');
|
||||
}
|
||||
|
||||
|
||||
if(!$obj->content) $obj->content = $source_obj->get('content');
|
||||
|
||||
// 내용에서 XE만의 태그를 삭제
|
||||
$obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue