minlength 적용 오류 수정

This commit is contained in:
chicpro
2014-08-07 09:57:29 +09:00
parent 7eccb79c94
commit 52f1e2f669
5 changed files with 5 additions and 5 deletions

View File

@ -895,7 +895,7 @@ if($od['od_pg'] == 'lg') {
<tr>
<th scope="row"><label for="od_hope_date">희망배송일</label></th>
<td>
<input type="text" name="od_hope_date" value="<?php echo $od['od_hope_date']; ?>" id="od_hopedate" required class="frm_input required" maxlength="10" minlength="10"> (<?php echo get_yoil($od['od_hope_date']); ?>)
<input type="text" name="od_hope_date" value="<?php echo $od['od_hope_date']; ?>" id="od_hopedate" required class="frm_input required minlength=10" maxlength="10" minlength="10"> (<?php echo get_yoil($od['od_hope_date']); ?>)
</td>
</tr>
<?php } ?>