From ba03b17354916f2193441b0ee59227828aa2d374 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 22 Feb 2017 14:30:39 +0100 Subject: [PATCH] Fix css --- htdocs/core/class/html.form.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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").'
';