summaryrefslogtreecommitdiff
path: root/modules/opml_domxml.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/opml_domxml.php')
-rw-r--r--modules/opml_domxml.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/opml_domxml.php b/modules/opml_domxml.php
index 2a140f325..dabba7894 100644
--- a/modules/opml_domxml.php
+++ b/modules/opml_domxml.php
@@ -85,8 +85,8 @@
(title = '$feed_title' OR feed_url = '$feed_url')
AND owner_uid = '$owner_uid'");
- print "<tr><td><a href='$site_url'><b>$feed_title</b></a></b>
- (<a href=\"$feed_url\">rss</a>)</td>";
+ print "<tr><td><a target='_new' href='$site_url'><b>$feed_title</b></a></b>
+ (<a target='_new' href=\"$feed_url\">rss</a>)</td>";
if (db_num_rows($result) > 0) {
print "<td>"._("Already imported.")."</td>";