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:
@@ -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')."\">";
|
||||
|
||||
Reference in New Issue
Block a user