잘못된 HTML 문법 수정

`name="comment_editor_height"` 와 `id="comment_editor_height"` 사이에 공백이 없는
문제와 본문 글꼴 설정 부분에 닫히지 않은 `<label>`을 제거합니다. 동작에 문제는 없으나 올바르지 않은 HTML 파일을
생성하는 문제가 있습니다.
This commit is contained in:
YJSoft 2015-06-15 10:33:15 +09:00
parent e49f1b1cbb
commit 01ab6f99d9

View file

@ -74,7 +74,7 @@
<div class="x_control-group">
<label for="comment_editor_height" class="x_control-label">{$lang->guide_set_height_comment_editor}</label>
<div class="x_controls">
<input type="number" name="comment_editor_height"id="comment_editor_height" value="{$editor_config->comment_editor_height}"|cond="$editor_config->comment_editor_height" value="{$editor_config_default['comment_editor_height']}"|cond="!$editor_config->comment_editor_height" /> px
<input type="number" name="comment_editor_height" id="comment_editor_height" value="{$editor_config->comment_editor_height}"|cond="$editor_config->comment_editor_height" value="{$editor_config_default['comment_editor_height']}"|cond="!$editor_config->comment_editor_height" /> px
</div>
</div>
<div class="x_control-group">
@ -107,7 +107,6 @@
<input type="radio" name="font_defined" id="font_defined" value="Y" checked="checked"|cond="$editor_config->font_defined== 'Y'" />{$lang->by_you} :
<input type="text" name="content_font_defined" value="{stripcslashes($editor_config->content_font)}"|cond="$editor_config->font_defined == 'Y'" />
</label>
<label>
</div>
</div>
<div class="x_control-group">