浏览代码

It's _blank, not _new

pdontthink 20 年之前
父节点
当前提交
b97ba90e36
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/mime.php

+ 1 - 1
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").'"'
             )
     );