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
commit 6f1df15ddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'])