diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index f21e08e8261..6fe032f5456 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -2224,7 +2224,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab $tabsname = str_replace("@", "", $picto); } $out .= '
'; - $out .= '
'.$langs->trans("More").'... ('.$nbintab.')
'; // Do not use "reposition" class in the "More". + $out .= '
'.$langs->trans("More").'... ('.$nbintab.')
'; // Do not use "reposition" class in the "More". $out .= '
'; $out .= $outmore; $out .= '
';