From e688bab8ec1847ff0a0789837b4470fa9435e67f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Aug 2006 12:29:56 +0100 Subject: use in non-virtual feed view --- backend.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'backend.php') 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"]." "; } else { print ""; - - print "" . - $line["title"]; + + print $content_link; if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) { if ($content_preview) { -- cgit v1.2.3