마크업:관리자>회원등록수정폼 캡션

This commit is contained in:
whitedot
2012-11-15 09:27:11 +09:00
parent a9bbdebec2
commit 1a4a6b7e95

View File

@ -8,7 +8,7 @@ $token = get_token();
if ($w == '')
{
$required_mb_id = 'required minlength=3 alphanumericunderline';
$required_mb_id = 'required minlength="3" alphanumericunderline';
$required_mb_password = 'required';
$mb[mb_mailling] = 1;
@ -73,7 +73,7 @@ include_once('./admin.head.php');
<input type="hidden" name="token" value="<?=$token?>">
<table>
<caption></caption>
<caption><?=$g4['title']?></caption>
<tbody>
<tr>
<th scope="row"><label for="mb_id">아이디</label></th>