diff --git a/htdocs/contact/index.php b/htdocs/contact/index.php
index 8dbf7a9d8ca..0587de18915 100644
--- a/htdocs/contact/index.php
+++ b/htdocs/contact/index.php
@@ -179,15 +179,13 @@ if ($result)
print "idp\">$obj->nom\n";
- print '
'.$obj->phone.' | ';
+ print ''.dolibarr_print_phone($obj->phone).' | ';
if ($_GET["view"] == 'phone')
- {
+ {
+ print ''.dolibarr_print_phone($obj->phone_mobile).' | ';
- print ''.$obj->phone_mobile.' | ';
-
- print ''.$obj->fax.' | ';
-
+ print ''.dolibarr_print_phone($obj->fax).' | ';
}
else
{