mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
w3c validator 비통과 문제 수정(rows, cols attribute 미기재)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2607 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
11a02266fa
commit
f385c964a3
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@
|
|||
|
||||
<!-- 에디터 출력 -->
|
||||
<div class="editor_iframe_box"><iframe id="editor_iframe_{$editor_sequence}" frameborder="0" width="100%" height="{$editor_height}" style="background-color:transparent;"></iframe></div>
|
||||
<textarea id="editor_textarea_{$editor_sequence}" class="editor_iframe_textarea" style="display:none; height:{$editor_height}"></textarea>
|
||||
<textarea id="editor_textarea_{$editor_sequence}" class="editor_iframe_textarea" style="display:none; height:{$editor_height}" rows="10" cols="10"></textarea>
|
||||
|
||||
<!-- 에디터 크기 조절 bar -->
|
||||
<div class="textAreaDragIndicator"><div class="textAreaDragIndicatorBar" id="editor_drag_bar_{$editor_sequence}"></div></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue