mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
attribute를 frameBorder로 표기한 것때문에 Validator비통과오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2455 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ed263d7f51
commit
a8097ff988
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@
|
|||
<div class="editor_autosaved_message" id="editor_autosaved_message_{$upload_target_srl}"> </div>
|
||||
</div>
|
||||
|
||||
<div class="editor_iframe_box"><iframe id="editor_iframe_{$upload_target_srl}" frameBorder="0" width="100%" height="{$editor_height}" style="background-color:transparent;"></iframe></div>
|
||||
<div class="editor_iframe_box"><iframe id="editor_iframe_{$upload_target_srl}" frameborder="0" width="100%" height="{$editor_height}" style="background-color:transparent;"></iframe></div>
|
||||
|
||||
<div class="textAreaDragIndicator"><div class="textAreaDragIndicatorBar" id="editor_drag_bar_{$upload_target_srl}"></div></div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue