php - fix seq column in block total table
This commit is contained in:
parent
5f564e97d6
commit
4ff24def83
@ -186,7 +186,7 @@ function doblocks($data, $user)
|
||||
$bg = " bgcolor=$bg";
|
||||
|
||||
$pg .= "<tr class=$row>";
|
||||
$pg .= '<td class=dr>Total:</td>';
|
||||
$pg .= '<td colspan=2 class=dr>Total:</td>';
|
||||
$pg .= '<td class=dl colspan=';
|
||||
if ($user === null)
|
||||
$pg .= '4';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user