From 70ceba0da7c817ad3419a52709276e33a5e50e7c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 17 Sep 2005 00:58:43 +0000 Subject: [PATCH] Fix: Pb balises html --- htdocs/commande/fiche.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/commande/fiche.php b/htdocs/commande/fiche.php index 3d2d0045b3b..a8a22425698 100644 --- a/htdocs/commande/fiche.php +++ b/htdocs/commande/fiche.php @@ -530,7 +530,7 @@ else { print '
'; print ''; - print '
'; + print '
'; print '
'; print '
'; } @@ -548,7 +548,7 @@ else if ($conf->projet->enabled) { $langs->load('projects'); - print ''; + print ''; print ''; @@ -563,11 +563,11 @@ else { $html->form_project($_SERVER['PHP_SELF'].'?id='.$commande->id, $commande->soc_id, $commande->projet_id, 'none'); } - print ''; + print ''; } else { - print ''; + print ''; }
'; print $langs->trans('Project'); print '