분류관리 자료 없을 대 colspan 오류 수정

This commit is contained in:
chicpro
2014-01-27 08:58:11 +09:00
parent e2b62a5dd7
commit 89ee33a25a

View File

@ -206,7 +206,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
</td> </td>
</tr> </tr>
<?php } <?php }
if ($i == 0) echo "<tr><td colspan=\"7\" class=\"empty_table\">자료가 한 건도 없습니다.</td></tr>\n"; if ($i == 0) echo "<tr><td colspan=\"8\" class=\"empty_table\">자료가 한 건도 없습니다.</td></tr>\n";
?> ?>
</tbody> </tbody>
</table> </table>