From 9ce06c11d17b96b7332370b42b982b5ebf0c4163 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 11 Jul 2008 14:47:02 +0000 Subject: [PATCH] Fix: W3C --- htdocs/commande/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 5dae2e39a19..9418b0125e4 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -1477,7 +1477,7 @@ else { print ' '; } - print ''.price($objp->total_ht).''; + print ''.price($objp->total_ht).''; // Icone d'edition et suppression if ($commande->statut == 0 && $user->rights->commande->creer)