diff --git a/htdocs/product/card.php b/htdocs/product/card.php
index 4b3c0a4cd48..9ff2d6b08a3 100644
--- a/htdocs/product/card.php
+++ b/htdocs/product/card.php
@@ -1547,7 +1547,9 @@ else
}
// Note
- print '
| '.$langs->trans("Note").' | '.(dol_textishtml($object->note)?$object->note:dol_nl2br($object->note,1,true)).' |
';
+ print ' '."\n";
+ print '| '.$langs->trans("Note").' | '.(dol_textishtml($object->note)?$object->note:dol_nl2br($object->note,1,true)).' |
'."\n";
+ print ' '."\n";
print "\n";