mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-07-26 09:42:01 -07:00
fix extra <tr> tag
This commit is contained in:
@@ -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=' ';
|
||||
if ($user['minipic'])
|
||||
|
Reference in New Issue
Block a user