From 9336c5e28d1aa523a24253d982ff2d3605e60a5a Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 4 May 2009 05:20:21 +0000 Subject: [PATCH] =?UTF-8?q?=EB=82=B4=EC=9A=A9=20=EC=A7=81=EC=A0=91=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=EC=8B=9C=20=EC=82=AC=EC=9A=A9=ED=95=9C=20?= =?UTF-8?q?=EC=97=90=EB=94=94=ED=84=B0=EC=BB=B4=ED=8F=AC=EB=84=8C=ED=8A=B8?= =?UTF-8?q?=EA=B0=80=20=EC=A0=9C=EB=8C=80=EB=A1=9C=20=EB=8F=99=EC=9E=91?= =?UTF-8?q?=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8D=98=20=EB=AC=B8=EC=A0=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6262 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/widget/widget.controller.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/widget/widget.controller.php b/modules/widget/widget.controller.php index 95560f8ae..956d631d9 100644 --- a/modules/widget/widget.controller.php +++ b/modules/widget/widget.controller.php @@ -501,6 +501,10 @@ $body = base64_decode($args->body); } + // 에디터컴포넌트 변경 + $oEditorController = &getController('editor'); + $body = $oEditorController->transComponent($body); + $widget_content_header = sprintf('
', $args->id, $style, $inner_style); $widget_content_body = $body; $widget_content_footer = '
';