diff --git a/htdocs/product/list.php b/htdocs/product/list.php
index 257d3344ba5..fb9b9672015 100644
--- a/htdocs/product/list.php
+++ b/htdocs/product/list.php
@@ -716,7 +716,7 @@ else
// Ref
if (! empty($arrayfields['p.ref']['checked']))
{
- print '
';
+ print ' | ';
print $product_static->getNomUrl(1);
print " | \n";
if (! $i) $totalarray['nbfield']++;
@@ -724,7 +724,7 @@ else
// Ref supplier
if (! empty($arrayfields['pfp.ref_fourn']['checked']))
{
- print '';
+ print ' | ';
print $product_static->getNomUrl(1);
print " | \n";
if (! $i) $totalarray['nbfield']++;