From 2857e319bf1e03a3f63765877c183350b8e278eb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Dec 2006 20:24:20 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/categories/viewcat.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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