쇼핑몰관리 : #25 #27 #28 #29 #30 PHP 코딩 수정

This commit is contained in:
rollydream
2013-04-04 09:59:21 +09:00
parent 59e1a930bf
commit 9c31a66867
5 changed files with 9 additions and 8 deletions

View File

@ -92,7 +92,7 @@ $from_record = ($page - 1) * $rows; // 시작 열을 구함
}
if ($i == 0) {
echo "<tr><td colspan=\"8\" class=\"banner_center\"><span>자료가 한건도 없습니다.</span></td></tr>\n";
echo '<tr><td colspan="8" class="banner_center"><span>자료가 한건도 없습니다.</span></td></tr>';
}
?>
</tbody>