summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-01-09 15:00:01 +0100
committerAndrew Dolgov <[email protected]>2006-01-09 15:00:01 +0100
commit86383df6a9a6ede5cda2eceefac8e21ed183c0d0 (patch)
tree34a39d30717c07d11cce5e5b24ca9afc5317c103 /backend.php
parent1a3eb77e5238c1c80a829bc8c080917ed14b3b95 (diff)
combined mode: make open linked articles in new window
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 03ac91625..2f16ed81a 100644
--- a/backend.php
+++ b/backend.php
@@ -1455,7 +1455,7 @@
print "<div style=\"float : right\">$updated_fmt</div>";
- print "<a href=\"".$line["link"]."\">".$line["title"]."</a>";
+ print "<a target=\"new\" href=\"".$line["link"]."\">".$line["title"]."</a>";
if ($line["feed_title"]) {
print "&nbsp;(<a href='javascript:viewfeed($feed_id)'>".$line["feed_title"]."</a>)";