summaryrefslogtreecommitdiff
path: root/modules/opml_domdoc.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/opml_domdoc.php
parente944346c540fa07d685621ea2af7fb57ec553602 (diff)
change (wrong) _new link targets to _blank (2)
Diffstat (limited to 'modules/opml_domdoc.php')
-rw-r--r--modules/opml_domdoc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/opml_domdoc.php b/modules/opml_domdoc.php
index fcad76ed2..a29a1eb69 100644
--- a/modules/opml_domdoc.php
+++ b/modules/opml_domdoc.php
@@ -96,8 +96,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>";