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 '';