mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
Merge pull request #63 from RanAwaySuccessfully/patch-1
fix extra <tr> tag
This commit is contained in:
commit
6f1df15ddd
@ -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'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user