Selaa lähdekoodia

It's _blank, not _new

pdontthink 20 vuotta sitten
vanhempi
commit
b97ba90e36
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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").'"'
             )
     );