remove spurious <tr>

[#40]
This commit is contained in:
Xkeeper 2018-12-11 14:33:44 -08:00
parent e3bb327a21
commit 4a01479bf3
No known key found for this signature in database
GPG Key ID: 397C04773ABE4045

View File

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