diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php
index 65216f5698b..600c64a480b 100644
--- a/htdocs/categories/viewcat.php
+++ b/htdocs/categories/viewcat.php
@@ -163,13 +163,13 @@ else
$i++;
$var=!$var;
print "\t
\n";
- print "\t\t| ";
+ print ' | ';
if ($prod->type == 1) print img_object($langs->trans("ShowService"),"service");
else print img_object($langs->trans("ShowProduct"),"product");
print " ".$prod->ref." | \n";
- print "\t\t".$prod->libelle." | \n";
- print "\t\t".$prod->description." | \n";
- print "\t
\n";
+ print ''.$prod->libelle." | \n";
+ print ''.$prod->description." | \n";
+ print "\n";
}
}
else