From 7df714e2f27be6a0de1d537c1091db6d39fa0608 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 28 May 2009 01:56:48 +0000 Subject: [PATCH] Fix: W3C --- htdocs/html.form.class.php | 2 +- htdocs/html.formfile.class.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index ca882b4862f..bbf5340009a 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -119,7 +119,7 @@ class Form } $s=""; - $s.=''; + $s.='
'; if ($direction > 0) { if ($text) diff --git a/htdocs/html.formfile.class.php b/htdocs/html.formfile.class.php index 2d92f9bf761..650ebe4e3c3 100644 --- a/htdocs/html.formfile.class.php +++ b/htdocs/html.formfile.class.php @@ -296,7 +296,7 @@ class FormFile print ''; print_titre($langs->trans("BuildDocuments")); - print '
'; + print '
'; print ''; if (! empty($modellist)) @@ -345,7 +345,7 @@ class FormFile $titletoshow=$langs->trans("Documents"); if (! empty($title)) $titletoshow=$title; print_titre($titletoshow); - print '
'; + print '
'; } // Boucle sur chaque ligne trouvee