diff --git a/htdocs/product/stock/card.php b/htdocs/product/stock/card.php
index 0665cc48e06..6d8a618fd3c 100644
--- a/htdocs/product/stock/card.php
+++ b/htdocs/product/stock/card.php
@@ -299,10 +299,10 @@ if ($action == 'create')
print '';
// Phone / Fax
- print '
| '.$form->editfieldkey('Phone', 'phone', '', $object, 0).' | ';
+ print ' |
| '.$form->editfieldkey('Phone', 'phone', '', $object, 0).' | ';
print img_picto('', 'object_phoning', 'class="paddingright"');
print ' |
';
- print '| '.$form->editfieldkey('Fax', 'fax', '', $object, 0).' | ';
+ print '
| '.$form->editfieldkey('Fax', 'fax', '', $object, 0).' | ';
print '';
print img_picto('', 'object_phoning_fax', 'class="paddingright"');
print ' |
';
@@ -735,10 +735,10 @@ else
print '';
// Phone / Fax
- print '| '.$form->editfieldkey('Phone', 'phone', '', $object, 0).' | ';
+ print ' |
| '.$form->editfieldkey('Phone', 'phone', '', $object, 0).' | ';
print img_picto('', 'object_phoning', 'class="paddingright"');
print ' |
';
- print '| '.$form->editfieldkey('Fax', 'fax', '', $object, 0).' | ';
+ print ' |
| '.$form->editfieldkey('Fax', 'fax', '', $object, 0).' | ';
print img_picto('', 'object_phoning_fax', 'class="paddingright"');
print ' |
';