Skip to content

Commit

Permalink
Merge pull request #1549 from PollV2/devel/editorcfg
Browse files Browse the repository at this point in the history
잘못된 HTML 문법 수정
  • Loading branch information
bnu committed Jun 15, 2015
2 parents e49f1b1 + 01ab6f9 commit dee87dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/editor/tpl/admin_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h1>{$lang->editor_option}</h1>
<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">
Expand Down Expand Up @@ -107,7 +107,6 @@ <h1>{$lang->editor_option}</h1>
<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">
Expand Down

0 comments on commit dee87dc

Please sign in to comment.