From 2432babd80517b9d0921117c63a5f5a43c802cd6 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 3 Feb 2004 19:18:25 +0000 Subject: [PATCH] Modif lien sur l'email --- htdocs/contact/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";