diff --git a/classes/widget/WidgetHandler.class.php b/classes/widget/WidgetHandler.class.php index a0ac28a3b..9ab1d3c50 100644 --- a/classes/widget/WidgetHandler.class.php +++ b/classes/widget/WidgetHandler.class.php @@ -160,7 +160,7 @@ // 일반 위젯일 경우 default : $widget_content_header = sprintf('
',$args->id,$style); - $widget_content_body = sprintf('
%s
', $inner_style,$widget_content); + $widget_content_body = sprintf('
%s
', $inner_style,$widget_content); $widget_content_footer = '
'; break; }