diff --git a/htdocs/variants/combinations.php b/htdocs/variants/combinations.php
index 306586ec504..b39991e7f31 100644
--- a/htdocs/variants/combinations.php
+++ b/htdocs/variants/combinations.php
@@ -777,8 +777,8 @@ if (!empty($id) || !empty($ref))
print '
'.$prodstatic->getLibStatut(2, 0).' | ';
print ''.$prodstatic->getLibStatut(2, 1).' | ';
print '';
- print ''.img_edit().'';
- print ''.img_delete().'';
+ print 'id.'">'.img_edit().'';
+ print 'id.'">'.img_delete().'';
print ' | ';
print '';
if ($productCombinations || $massactionbutton || $massaction) // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
|