summaryrefslogtreecommitdiff
path: root/modules/pref-feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-06-16 06:33:28 +0100
committerAndrew Dolgov <[email protected]>2008-06-16 06:33:28 +0100
commit562ecfcf3b59b3c682fcf395eb152898895814a9 (patch)
tree713463a25f665a47a3c615578d1cba9355378658 /modules/pref-feeds.php
parente944346c540fa07d685621ea2af7fb57ec553602 (diff)
change (wrong) _new link targets to _blank (2)
Diffstat (limited to 'modules/pref-feeds.php')
-rw-r--r--modules/pref-feeds.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pref-feeds.php b/modules/pref-feeds.php
index 44a345e28..8041b8cc1 100644
--- a/modules/pref-feeds.php
+++ b/modules/pref-feeds.php
@@ -1153,7 +1153,7 @@
$url_path = article_publish_url($link);
- print "<p><a class=\"visibleLink\" id=\"pubGenAddress\" target=\"_new\" href=\"$url_path\">Link to published articles feed.</a></p>";
+ print "<p><a class=\"visibleLink\" id=\"pubGenAddress\" target=\"_blank\" href=\"$url_path\">Link to published articles feed.</a></p>";
print "<p><input type=\"submit\" onclick=\"return pubRegenKey()\" class=\"button\"
value=\"".__('Generate another link')."\">";