페이지 모듈의 위젯 처리 부분 오류 없이 수정 & 컨텐츠 추가시 내용을 utf8 encode하도록 하여 문제 해결

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2962 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-13 03:23:55 +00:00
parent 3501721233
commit 1b15ffbea6
8 changed files with 190 additions and 141 deletions

View file

@ -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);
}