remove spurious <tr>

[]
This commit is contained in:
Xkeeper
2018-12-11 14:33:44 -08:00
parent e3bb327a21
commit 4a01479bf3

@@ -369,7 +369,6 @@
preplayouts($posts); preplayouts($posts);
for ($i = 0; $post = $sql->fetch($posts); $i++) { for ($i = 0; $post = $sql->fetch($posts); $i++) {
$postlist .= '<tr>';
$bg = $i % 2 + 1; $bg = $i % 2 + 1;