From: Andrew Dolgov Date: Wed, 30 Aug 2006 11:29:56 +0000 (+0100) Subject: use in non-virtual feed view X-Git-Tag: 1.2.3~20 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e688bab8ec1847ff0a0789837b4470fa9435e67f;p=tt-rss.git use in non-virtual feed view --- diff --git a/backend.php b/backend.php index ca040ec3..ed97240a 100644 --- a/backend.php +++ b/backend.php @@ -957,9 +957,8 @@ $line["feed_title"]." "; } else { print ""; - - print "" . - $line["title"]; + + print $content_link; if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) { if ($content_preview) {