diff --git a/htdocs/contact/index.php b/htdocs/contact/index.php index e93b3febd4a..0098d64ed9c 100644 --- a/htdocs/contact/index.php +++ b/htdocs/contact/index.php @@ -179,7 +179,7 @@ if ($result) print "idp\">$obj->nom\n"; - print ''.$obj->phone.' '; + print ''.$obj->phone.' '; if ($_GET["view"] == 'phone') { @@ -191,7 +191,7 @@ if ($result) } else { - print ''.$obj->email.' '; + print ''.$obj->email.' '; } print "\n";