mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
fix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5851 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
29ac8ad3de
commit
330e33af6a
1 changed files with 2 additions and 2 deletions
|
|
@ -240,9 +240,9 @@
|
|||
$widget_padding_top, $widget_padding_right, $widget_padding_bottom, $widget_padding_left,
|
||||
$widget, implode(' ',$attribute));
|
||||
|
||||
$widget_content_body = sprintf('<div style="%s">%s</div></div><div class="clear"></div>',$inner_style, $widget_content);
|
||||
$widget_content_body = sprintf('<div style="%s">%s</div><div class="clear"></div>',$inner_style, $widget_content);
|
||||
|
||||
$widget_content_footer = '</div>';
|
||||
$widget_content_footer = '</div></div>';
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue