From 417b922536016aeb02dcbc0c7c751d20d5b38515 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 6 Aug 2007 09:20:24 +0000 Subject: [PATCH] =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=EC=97=90=20?= =?UTF-8?q?=EC=9C=84=EC=A0=AF=20=EC=B6=94=EA=B0=80=EC=8B=9C=20=EC=84=B8?= =?UTF-8?q?=EB=A1=9C=20=ED=81=AC=EA=B8=B0=EB=A5=BC=20100px=EB=A1=9C=20?= =?UTF-8?q?=EA=B3=A0=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/trunk@2214 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/widget/widget.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/widget/widget.controller.php b/modules/widget/widget.controller.php index 175f82670..3954add30 100644 --- a/modules/widget/widget.controller.php +++ b/modules/widget/widget.controller.php @@ -52,7 +52,7 @@ if($vars->widget_position) $style .= sprintf("%s:%s;", "float", trim($vars->widget_position)); else $style .= "float:left;"; - $widget_code = sprintf('', $blank_img_path, $widget, implode(' ',$attribute), $style); + $widget_code = sprintf('', $blank_img_path, $widget, implode(' ',$attribute), $style); } else { $widget_code = sprintf('', "100%", $blank_img_path, $style, $widget, implode(' ',$attribute)); }