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