From abfd610bbc753e3a97d6f3d1e321dc915308df92 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 20 Feb 2019 03:44:08 +0100 Subject: [PATCH] Fix quote not closed --- htdocs/core/lib/functions.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 1be84ddcd4f..112939fa7d5 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -4059,7 +4059,7 @@ function load_fiche_titre($titre, $morehtmlright = '', $picto = 'title_generic.p $return.= ''; if (dol_strlen($morehtmlcenter)) { - $return.= ''.$morehtmlcenter.''; } if (dol_strlen($morehtmlright)) {