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";