summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/opml_domdoc.php4
-rw-r--r--modules/opml_domxml.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/opml_domdoc.php b/modules/opml_domdoc.php
index 459841022..156e46c7f 100644
--- a/modules/opml_domdoc.php
+++ b/modules/opml_domdoc.php
@@ -82,8 +82,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>";
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>";