회원 관리 페이지에서 서명 편집 기능이 나타나지 않는 template 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4054 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-03-31 00:10:59 +00:00
parent 8eb0d8931f
commit 86ac7db67c
2 changed files with 3 additions and 3 deletions

View file

@ -88,8 +88,8 @@
<th scope="row">{$lang->editor_skin}</th>
<td>
<select name="editor_skin">
<!--@foreach($editor_skin_list as $editor)-->
<option value="{$editor}" <!--@if($editor==$config->editor_skin)-->selected="selected"<!--@end-->>{$editor}</option>
<!--@foreach($editor_skin_list as $editor_skin)-->
<option value="{$editor_skin}" <!--@if($editor_skin==$config->editor_skin)-->selected="selected"<!--@end-->>{$editor_skin}</option>
<!--@end-->
</select>
</td>