mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
페이지 모듈의 위젯 처리 부분 오류 없이 수정 & 컨텐츠 추가시 내용을 utf8 encode하도록 하여 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2962 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3501721233
commit
1b15ffbea6
8 changed files with 190 additions and 141 deletions
|
|
@ -197,8 +197,9 @@
|
|||
**/
|
||||
function procPageAdminAddContent() {
|
||||
$content = Context::get('content');
|
||||
$style = Context::get('style');
|
||||
|
||||
$tpl = $this->transEditorContent($content);
|
||||
$tpl = $this->transEditorContent($content, $style);
|
||||
|
||||
$this->add('tpl', $tpl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue