From 29a9f1c03db7aa8b6c6c961133d2ac753c86531f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 26 Sep 2005 23:02:25 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modifications=20esth=E9tiques=20mineure?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contact/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/fiche.php b/htdocs/contact/fiche.php index 120a6146a74..92683af701b 100644 --- a/htdocs/contact/fiche.php +++ b/htdocs/contact/fiche.php @@ -425,7 +425,7 @@ else print ''.$langs->trans("EMail").''; if ($contact->email && ! ValidEmail($contact->email)) { - print '
'.$langs->trans("ErrorBadEMail",$contact->email)."
"; + print ''.$langs->trans("ErrorBadEMail",$contact->email).""; } else {