diff --git a/htdocs/fourn/contact.php3 b/htdocs/fourn/contact.php3
index a3ae0ba4d4b..009105e372f 100644
--- a/htdocs/fourn/contact.php3
+++ b/htdocs/fourn/contact.php3
@@ -114,7 +114,7 @@ if ($result) {
print "
Prénom | ";
print_liste_field_titre("Société",$PHP_SELF,"lower(s.nom)", $begin);
print " | email | ";
- print 'Téléphone | | ';
+ print 'Téléphone | ';
print "\n";
$var=True;
while ($i < $num) {
@@ -130,9 +130,8 @@ if ($result) {
print ' ';
print "idp\">$obj->nom | \n";
print "$obj->email | \n";
- print ''.$obj->phone.' | ';
+ print ''.$obj->phone.' | ';
- print "idp&setcontact=$obj->cidp&action=create\">[Propal] | \n";
print "\n";
$i++;
}