From 00dacdc1c30296f7bdbc1f3e09c1e82ed72a3d10 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 31 Aug 2006 09:50:13 +0100 Subject: [PATCH] fix bug when content preview was non-clickable --- backend.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/backend.php b/backend.php index 77ef03cc1..7d13184b8 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";