From 94b20f286d973014510f09f508be466da3ce3b56 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 14 Apr 2011 23:06:13 +0000 Subject: [PATCH] Fix: Bad html syntaxes --- htdocs/commande/contact.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/commande/contact.php b/htdocs/commande/contact.php index d36a25e8063..f49ef4b1949 100644 --- a/htdocs/commande/contact.php +++ b/htdocs/commande/contact.php @@ -227,6 +227,7 @@ if ($id > 0 || ! empty($ref)) print ''.$langs->trans("Company").''; print ''.$langs->trans("Contacts").''; print ''.$langs->trans("ContactType").''; + print ' '; print ' '; print "\n"; @@ -239,7 +240,7 @@ if ($id > 0 || ! empty($ref)) print ''; // Ligne ajout pour contact interne - print ''; + print ''; print ''; print img_object('','user').' '.$langs->trans("Users"); @@ -269,7 +270,7 @@ if ($id > 0 || ! empty($ref)) // Ligne ajout pour contact externe $var=!$var; - print ''; + print ''; print ''; print img_object('','contact').' '.$langs->trans("ThirdPartyContacts"); @@ -295,7 +296,7 @@ if ($id > 0 || ! empty($ref)) print ""; - print ' '; + print ' '; } // List of linked contacts