태그 오타 수정 - Bad79s님 제보

This commit is contained in:
chicpro
2014-04-10 17:29:05 +09:00
parent aaf1d6a0c7
commit 633a388825
2 changed files with 4 additions and 4 deletions

View File

@ -444,7 +444,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
{
?>
<tr>
<th scope="row">희망배송일</td>
<th scope="row">희망배송일</th>
<td><?php echo substr($od['od_hope_date'],0,10).' ('.get_yoil($od['od_hope_date']).')' ;?></td>
</tr>
<?php }
@ -452,7 +452,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
{
?>
<tr>
<th scope="row">전하실 말씀</td>
<th scope="row">전하실 말씀</th>
<td><?php echo conv_content($od['od_memo'], 0); ?></td>
</tr>
<?php } ?>

View File

@ -460,7 +460,7 @@ include_once('./_head.php');
{
?>
<tr>
<th scope="row">희망배송일</td>
<th scope="row">희망배송일</th>
<td><?php echo substr($od['od_hope_date'],0,10).' ('.get_yoil($od['od_hope_date']).')' ;?></td>
</tr>
<?php }
@ -468,7 +468,7 @@ include_once('./_head.php');
{
?>
<tr>
<th scope="row">전하실 말씀</td>
<th scope="row">전하실 말씀</th>
<td><?php echo conv_content($od['od_memo'], 0); ?></td>
</tr>
<?php } ?>