Fix colspan

This commit is contained in:
Laurent Destailleur 2022-09-13 00:52:11 +02:00
parent f103382935
commit 39b89143cc

View File

@ -335,7 +335,7 @@ print getTitleFieldOfList($selectedfields, 0, $_SERVER["PHP_SELF"], '', '', '',
print '</tr>';
if ($num == 0) {
print '<tr><td colspan="10" class="opacitymedium">'.$langs->trans('None').'</td></tr>';
print '<tr><td colspan="11" class="opacitymedium">'.$langs->trans('None').'</td></tr>';
} else {
while ($obj = $db->fetch_object($resql)) {
$user = new User($db);