From 54ff2328be510059d217d1312c8bf4c8cfc3c003 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 16 Oct 2010 12:32:27 +0000 Subject: [PATCH] Fix: Bad html tag --- htdocs/contrat/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index 0030758f2c0..3fa7522c6fd 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -933,7 +933,7 @@ else print ''; print img_object($langs->trans("ShowService"),"service").' '.$objp->ref.''; print $objp->label?' - '.$objp->label:''; - print '
'; + print '
'; } else {