From e10b5637d46012eb22730961eb816ad98536da9c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 14 Jan 2015 18:54:56 +0100 Subject: [PATCH] Fixed: Avoid spaces into address string --- htdocs/core/lib/functions.lib.php | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index 990c30c0f60..511cee34d62 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -749,10 +749,13 @@ function dol_get_fiche_head($links=array(), $active='0', $title='', $notab=0, $p $displaytab=$i; } + $out.="\n"; + if ($displaytab > $limittoshow) { - $out.='
Plus'; - $out.='
'.$outmore.'
'; + $out.='
'; + $out.=''.$langs->trans("More").'...'; + $out.='
'.$outmore.'
'; $out.="
\n"; $out.="