1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-27 08:31:58 +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

@@ -99,8 +99,8 @@
feed_url = '$feed_url'
AND owner_uid = '$owner_uid'");
print "<tr><td><a target='_new' href='$site_url'><b>$feed_title</b></a></b>
(<a target='_new' href=\"$feed_url\">rss</a>)</td>";
print "<tr><td><a target='_blank' href='$site_url'><b>$feed_title</b></a></b>
(<a target='_blank' href=\"$feed_url\">rss</a>)</td>";
if (db_num_rows($result) > 0) {
print "<td>".__("Already imported.")."</td>";