From c25f2fbb684d684604ba069f6a20302c207561b5 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 18 Mar 2005 23:35:22 +0000 Subject: [PATCH] It's _blank, not _new git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9067 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mime.php b/functions/mime.php index aaf8c6b9..76faea0a 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -1978,7 +1978,7 @@ function magicHTML($body, $id, $message, $mailbox = 'INBOX') { $add_attr_to_tag = Array( "/^a$/i" => - Array('target'=>'"_new"', + Array('target'=>'"_blank"', 'title'=>'"'._("This external link will open in a new window").'"' ) ); -- 2.25.1