删除生成的 HTML 中多余的 </tr> 标签

This commit is contained in:
Hex 2017-02-16 11:21:13 +08:00
parent 5277e4d186
commit 7461b07095
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ if(!$gid && (!defined('FORUM_INDEX_PAGE_MEMORY') || !FORUM_INDEX_PAGE_MEMORY)) {
$catlist[$catid]['endrows'] .= '<td width="'.$catlist[$catid]['forumcolwidth'].'">&nbsp;</td>';
$colspan ++;
}
$catlist[$catid]['endrows'] .= '</tr>';
}
} elseif(empty($category['forumscount'])) {
unset($catlist[$catid]);