Fix colspan

This commit is contained in:
Laurent Destailleur 2020-03-25 18:24:39 +01:00
parent 3855ef6073
commit 6f1b9c4678

View File

@ -167,7 +167,7 @@ if ($savehandler == 'files')
if (count($listofsessions) == 0)
{
print '<tr '.$bc[false].'><td colspan="6">'.$langs->trans("NoSessionFound", $savepath, $openbasedir).'</td></tr>';
print '<tr class="oddeven"><td colspan="7">'.$langs->trans("NoSessionFound", $savepath, $openbasedir).'</td></tr>';
}
print "</table>";
}