diff --git a/htdocs/product/index.php b/htdocs/product/index.php
index bf1214532bc..d5ebf5f3963 100644
--- a/htdocs/product/index.php
+++ b/htdocs/product/index.php
@@ -86,8 +86,8 @@ if ($db->query($sql))
$db->free();
}
-print '
';
-print '| '.$langs->trans("Number").' |
';
+print '';
+print '| '.$langs->trans("Number").' |
';
if ($conf->produit->enabled)
{
print "";
@@ -130,9 +130,9 @@ if ($result)
if ($num > 0)
{
- print '';
+ print '';
- print '| '.$langs->trans("LastRecorded").' |
';
+ print '| '.$langs->trans("LastRecorded").' |
';
$var=True;
while ($i < $num)