php - fix seq column in block total table

This commit is contained in:
kanoi 2014-12-23 08:58:11 +11:00
parent 5f564e97d6
commit 4ff24def83

View File

@ -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';