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