1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 17:29:15 +00:00

change (wrong) _new link targets to _blank (2)

This commit is contained in:
Andrew Dolgov
2008-06-16 06:33:28 +01:00
parent e944346c54
commit 562ecfcf3b
5 changed files with 9 additions and 9 deletions

View File

@@ -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')."\">";