summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-08-30 12:29:56 +0100
committerAndrew Dolgov <[email protected]>2006-08-30 12:29:56 +0100
commite688bab8ec1847ff0a0789837b4470fa9435e67f (patch)
tree57ed7035827ce6afc40bc7490f69055f53bdba97 /backend.php
parent45d40d63252b00ed843b3ee6866b229cf1b457e8 (diff)
use in non-virtual feed view
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/backend.php b/backend.php
index ca040ec36..ed97240a5 100644
--- a/backend.php
+++ b/backend.php
@@ -957,9 +957,8 @@
$line["feed_title"]."</a>&nbsp;</td>";
} else {
print "<td class='hlContent' valign='middle'>";
-
- print "<a href=\"javascript:view($id,$feed_id);\">" .
- $line["title"];
+
+ print $content_link;
if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) {
if ($content_preview) {