From d48cbeb7206f1060daea44bc99735a94068d7623 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Mon, 31 Mar 2014 01:45:48 +0200 Subject: [PATCH] Fix: W3C --- htdocs/compta/hrm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/hrm.php b/htdocs/compta/hrm.php index 95b133e8446..d6b0d345010 100644 --- a/htdocs/compta/hrm.php +++ b/htdocs/compta/hrm.php @@ -164,7 +164,7 @@ if ($result) } else { - print '<tr '.$bc[$var].'><td colspan="2">'.$langs->trans("None").'</td></tr>'; + print '<tr '.$bc[$var].'><td colspan="5">'.$langs->trans("None").'</td></tr>'; } print '</table><br>'; } -- GitLab