Browse Source

Fix colspan

Laurent Destailleur 2 years ago
parent
commit
39b89143cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/holiday/month_report.php

+ 1 - 1
htdocs/holiday/month_report.php

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