diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php index ca59ce82ab3..51e47c0ee8a 100644 --- a/htdocs/core/lib/functions.lib.php +++ b/htdocs/core/lib/functions.lib.php @@ -2986,7 +2986,7 @@ function print_barre_liste($titre, $page, $file, $options='', $sortfield='', $so // Left if ($picto && $titre) print ''.img_picto('', $picto, '', $pictoisfullpath).''; print '
'.$titre; - if (!empty($totalnboflines)) { + if (!empty($totalnboflines) && !empty($titre)) { print ' ('.$totalnboflines.')'; } print '
';