summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 15:08:00 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 15:08:00 +0100
commitef59e6e85fe949a3afcd42a4a9b9df42a625ace2 (patch)
tree4a86569f3b219a79ad90c6f09d7b9c255c26c362 /modules
parent75b206cb88bc029de9b5a366efa41656196de4e6 (diff)
opml/db updater tweaks
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>";