회원정보 수정때 닉네임이 이름으로 되어 있는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2006 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-25 06:10:03 +00:00
parent d832370fbe
commit 8554c89a1f

View file

@ -32,7 +32,7 @@
<td>{htmlspecialchars($member_info->user_name)}</td>
</tr>
<tr>
<th scope="row">{$lang->user_name} *</th>
<th scope="row">{$lang->nick_name} *</th>
<td><input type="text" name="nick_name" value="{htmlspecialchars($member_info->nick_name)}" /> <p>{$lang->about_nick_name}</p></td>
</tr>
<tr>