From d48cbeb7206f1060daea44bc99735a94068d7623 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur 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 ''.$langs->trans("None").''; + print ''.$langs->trans("None").''; } print '
'; }