mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
회원정보 수정때 닉네임이 이름으로 되어 있는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2006 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d832370fbe
commit
8554c89a1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue