From a1fb804744ffa5dd98d580fcceed0f1720d240fb Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 23 Dec 2006 15:36:46 +0000 Subject: [PATCH] W3C remplacement de td width="100px" par width="110" --- htdocs/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index a38035c635c..ee058b99bf0 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -2574,7 +2574,7 @@ class Form // Ligne de titre print ''; - print ''.$langs->trans("ReportName").''; + print ''.$langs->trans("ReportName").''; if (! $variante) print ''; else print ''; print $nom;