From d4d8ae46a7da465f4748e1ba2be2a4a62c081873 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Jul 2005 00:57:54 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Div=20mal=20ferm=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contrat/fiche.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/htdocs/contrat/fiche.php b/htdocs/contrat/fiche.php index 6d3432c0927..87305059b3f 100644 --- a/htdocs/contrat/fiche.php +++ b/htdocs/contrat/fiche.php @@ -358,13 +358,14 @@ if ($_GET["action"] == 'create') print ''; print "\n"; - print "
\n"; + print "\n"; if ($propalid) { /* * Produits */ + print '
'; print_titre($langs->trans("Products")); print ''; @@ -426,6 +427,8 @@ if ($_GET["action"] == 'create') { dolibarr_print_error($db); } + + print ''; } else /* *************************************************************************** */