mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5952 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
31f1275f68
commit
c4014a88b9
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@
|
|||
// 일반 위젯일 경우
|
||||
default :
|
||||
$widget_content_header = sprintf('<div %sstyle="overflow:hidden;%s">',$args->id,$style);
|
||||
$widget_content_body = sprintf('<div style="%s">%s</div>', $inner_style,$widget_content);
|
||||
$widget_content_body = sprintf('<div style="*zoom:1;%s">%s</div>', $inner_style,$widget_content);
|
||||
$widget_content_footer = '</div>';
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue