fix extra <tr> tag

This commit is contained in:
RanAS 2019-02-15 14:15:44 -02:00 committed by GitHub
parent 4abe5122bd
commit 1b44dc5c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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