From d9536db21b55f7b3680f3537bc2d81f0199a1391 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 21 Oct 2003 15:11:55 +0000 Subject: [PATCH] Mise aux normes --- htdocs/product/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index dc1caa5e2a9..084b8b52b33 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -248,7 +248,7 @@ else print "Cet article n'est pas en vente"; } print ''; - print "Libellé$product->libelle"; + print "Libellé$product->libelle"; print 'Statistiques'; print 'Prix de vente'.price($product->price).''; print '';