diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 675fcc82a5c..51d24f7c729 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -5322,7 +5322,7 @@ class Form { $nbofdifferenttypes = count($object->linkedObjects); - print '
'; + print '
'; print load_fiche_titre($langs->trans('RelatedObjects'), $morehtmlright, ''); print ''; @@ -5414,7 +5414,7 @@ class Form if (! $nboftypesoutput) { - print ''; + print ''; } print '
'.$langs->trans("None").'
'.$langs->trans("None").'
';