It's _blank, not _new
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Mar 2005 23:35:22 +0000 (23:35 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 18 Mar 2005 23:35:22 +0000 (23:35 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9067 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index aaf8c6b99efc5705d33c48a60cac4594c3f4fba7..76faea0ad55db650ec6e6e5ef77fc0930f706884 100644 (file)
@@ -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").'"'
             )
     );