From: Andrew Dolgov Date: Thu, 31 Aug 2006 08:50:13 +0000 (+0100) Subject: fix bug when content preview was non-clickable X-Git-Tag: 1.2.3~16 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=00dacdc1c30296f7bdbc1f3e09c1e82ed72a3d10;p=tt-rss.git fix bug when content preview was non-clickable --- diff --git a/backend.php b/backend.php index 77ef03cc..7d13184b 100644 --- a/backend.php +++ b/backend.php @@ -964,8 +964,9 @@ } else { print ""; - print $content_link; - + print "" . + $line["title"]; + if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) { if ($content_preview) { print " - $content_preview";