From aba298b46f6a83f0f89885af765dcc5efa474a3c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 9 May 2011 22:28:44 +0000 Subject: [PATCH] Fix: Bad balance of html tags --- htdocs/comm/propal/contact.php | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/htdocs/comm/propal/contact.php b/htdocs/comm/propal/contact.php index ad5c864b9cc..23704a8a7ce 100644 --- a/htdocs/comm/propal/contact.php +++ b/htdocs/comm/propal/contact.php @@ -245,8 +245,8 @@ if ($id > 0 || ! empty($ref)) print ''; print ''; - // Ligne ajout pour contact interne - print ''; + // Line to add an internal contact + print ""; print ''; print img_object('','user').' '.$langs->trans("Users"); @@ -275,9 +275,9 @@ if ($id > 0 || ! empty($ref)) print ''; print ''; - // Ligne ajout pour contact externe - $var=!$var; - print ''; + // Line to add an external contact + $var=!$var; + print ""; print ''; print img_object('','contact').' '.$langs->trans("ThirdPartyContacts"); @@ -302,11 +302,9 @@ if ($id > 0 || ! empty($ref)) print ''; - print ' '; - print ''; + print ' '; } - print ''; // Liste des contacts lies print '';