From 567280e85ded29d00e4aa0a7b6b918a739c3c3cb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 28 Jun 2014 21:17:27 +0200 Subject: [PATCH] Fix: Too much br --- htdocs/comm/action/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 0cf366080b9..450d7475947 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -1049,7 +1049,7 @@ if ($id > 0) print $extrafields->showOutputField($key,$value); print "\n"; } - print '

'; + print ''; } dol_fiche_end();