From 57c9272fd6225cc6a04239103fe765673bd0c75e Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 13 Feb 2008 01:30:03 +0000 Subject: [PATCH] =?UTF-8?q?=EC=A7=81=EC=A0=91=20=ED=8E=B8=EC=A7=91=20?= =?UTF-8?q?=EC=9C=84=EC=A0=AF=EC=97=90=20xe=5Fcontent=20className=EC=9D=84?= =?UTF-8?q?=20=EB=B6=80=EC=97=AC=ED=95=98=EC=97=AC=20style=20=EC=A0=95?= =?UTF-8?q?=EC=83=81=20=EB=B6=80=EC=97=AC?= 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@3647 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/widget/WidgetHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/widget/WidgetHandler.class.php b/classes/widget/WidgetHandler.class.php index ccbc26345..473888751 100644 --- a/classes/widget/WidgetHandler.class.php +++ b/classes/widget/WidgetHandler.class.php @@ -119,7 +119,7 @@ // 내용 직접 추가일 경우 case 'widgetContent' : $body = base64_decode($args->body); - $output = sprintf('
%s
', $style, $inner_style, $body); + $output = sprintf('
%s
', $style, $inner_style, $body); break; // 위젯 박스일 경우