쇼핑몰관리자 : #29 새창관리목록 코딩 방법 변경

This commit is contained in:
rollydream
2013-04-04 09:24:02 +09:00
parent 520bd02174
commit 59e1a930bf

View File

@ -80,7 +80,7 @@ $result = sql_query($sql);
}
if ($i == 0) {
echo "<tr><td colspan=\"10\" class=\"newwin_center\"><span>자료가 한건도 없습니다.</span></td></tr>\n";
echo '<tr><td colspan="10" class="newwin_center"><span>자료가 한건도 없습니다.</span></td></tr>PHP_EOL';
}
?>
</tbody>