diff --git a/htdocs/fourn/product/index.php b/htdocs/fourn/product/index.php
index 0c3c35faa1c..965e0cbecc4 100644
--- a/htdocs/fourn/product/index.php
+++ b/htdocs/fourn/product/index.php
@@ -81,13 +81,13 @@ print '
| '.$langs->trans("Statistics").'
if ($conf->produit->enabled)
{
print " |
";
- print '| '.$langs->trans("Products").' | '.round($prodser[0]).' | ';
+ print ''.$langs->trans("Products").' | '.round($prodser[0]).' | ';
print "
";
}
if ($conf->service->enabled)
{
print "";
- print '| '.$langs->trans("Services").' | '.round($prodser[1]).' | ';
+ print ''.$langs->trans("Services").' | '.round($prodser[1]).' | ';
print "
";
}
print '';