Merge pull request #63 from RanAwaySuccessfully/patch-1

fix extra <tr> tag
This commit is contained in:
Xkeeper
2020-12-28 18:52:33 -08:00
committed by GitHub

View File

@@ -130,9 +130,9 @@
$s = $ppp*$page;
for($u=0;$u < $ppp;$u++) {
$i = $s + $u;
$ulist.="<tr style=\"height:24px;\">";
$user = $users[$i];
if (!$user) break;
$ulist.="<tr style=\"height:24px;\">";
$userpicture='&nbsp';
if ($user['minipic'])