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/sandbox@3115 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b05bafd715
commit
dbc025d089
1 changed files with 0 additions and 1 deletions
|
|
@ -91,7 +91,6 @@
|
|||
$page->tags = $xmldoc->page->tags->body;
|
||||
$page->body = trim($xmldoc->page->body);
|
||||
$page->source = trim($xmldoc->page->source->body);
|
||||
$page->source = preg_replace('"\/pages\/([0-9]+)"','./?mid='.Context::get('mid').'&pageid=\\1', $page->source);
|
||||
|
||||
$uri = preg_replace('/pages(.*)$/i','',$page->uri);
|
||||
$page->css_files = array(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue