From 22ddfd5f0652ecfbfe1666757d2a7f9f2dbe1239 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 15 Jul 2005 23:32:36 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Doubles=20parenth=E8ses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/contact/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/contact/index.php b/htdocs/contact/index.php index 253f24e3ba6..032399361ce 100644 --- a/htdocs/contact/index.php +++ b/htdocs/contact/index.php @@ -72,7 +72,7 @@ if ($type == "c") { $text.=$langs->trans("Customers"); } if ($view == 'phone') { $text="(Vue Téléphones)"; } if ($view == 'mail') { $text="(Vue EMail)"; } if ($view == 'recent') { $text="(Récents)"; } -$titre = $langs->trans("ListOfContacts")." ($text)"; +$titre = $langs->trans("ListOfContacts")." $text"; if ($_POST["button_removefilter"] == $langs->trans("RemoveFilter")) { $search_nom="";