diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php
index 25c7e7c5e0c..83c239c2d9f 100644
--- a/htdocs/product/fiche.php
+++ b/htdocs/product/fiche.php
@@ -622,8 +622,8 @@ if ($_GET["id"] || $_GET["ref"])
print($mesg);
$product->load_previous_next_ref($product->next_prev_filter);
- $previous_ref = $product->ref_previous?'ref_previous.'">'.img_previous().'':'';
- $next_ref = $product->ref_next?'ref_next.'">'.img_next().'':'';
+ $previous_ref = $product->ref_previous?'ref_previous).'">'.img_previous().'':'';
+ $next_ref = $product->ref_next?'ref_next).'">'.img_next().'':'';
}
if ($_GET["action"] <> 'edit' && $product->canvas <> '')
{