summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {