From c7b99f3b24e5d2116c7bf8fab0f000eaaeaeacc4 Mon Sep 17 00:00:00 2001 From: jervfors Date: Sat, 14 Aug 2004 03:17:09 +0000 Subject: [PATCH] I18n fixes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7899 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addrbook_search.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/addrbook_search.php b/src/addrbook_search.php index 15ea0e04..028c04fe 100644 --- a/src/addrbook_search.php +++ b/src/addrbook_search.php @@ -145,11 +145,11 @@ function display_result($res, $includesource = true) { echo html_tag( 'tr', '', '', $tr_bgcolor, 'nowrap' ) . html_tag( 'td', 'To | " . + "'" . $email . "');\">"._("To")." | " . 'Cc | " . + "'" . $email . "');\">"._("Cc")." | " . 'Bcc", + "'" . $email . "');\">"._("Bcc")."", 'center', '', 'valign="top" width="5%" nowrap' ) . html_tag( 'td', ' ' . htmlspecialchars($row['name']), 'left', '', 'valign="top" nowrap' ) . html_tag( 'td', ' ' . -- 2.25.1