mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
직접 편집 위젯에 xe_content className을 부여하여 style 정상 부여
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3647 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8a23896fa3
commit
57c9272fd6
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@
|
|||
// 내용 직접 추가일 경우
|
||||
case 'widgetContent' :
|
||||
$body = base64_decode($args->body);
|
||||
$output = sprintf('<div style="overflow:hidden;%s"><div style="%s">%s</div></div>', $style, $inner_style, $body);
|
||||
$output = sprintf('<div style="overflow:hidden;%s"><div style="%s" class="xe_content">%s</div></div>', $style, $inner_style, $body);
|
||||
break;
|
||||
|
||||
// 위젯 박스일 경우
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue