From 6801504755f691f23559e15ce5a11af6d9a339ec Mon Sep 17 00:00:00 2001 From: BENKE Charlie Date: Tue, 11 Aug 2015 23:51:02 +0200 Subject: [PATCH] Update functions.lib.php some bugs sorry --- htdocs/core/lib/functions.lib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 28bf2e67e45..9c071b80798 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -800,13 +800,13 @@ function dol_get_fiche_head($links=array(), $active='0', $title='', $notab=0, $p { $tabsname=str_replace("@", "", $picto); $out.='
'; - $out.=''.$langs->trans("More").' '.$nbintab.'.''; + $out.=''.$langs->trans("More").' '.$nbintab.''; $out.='
'.$outmore.'
'; $out.="
\n"; $out.=""; }