diff --git a/backend.php b/backend.php index 2e9385b98..af0621987 100644 --- a/backend.php +++ b/backend.php @@ -496,7 +496,7 @@ print "" . $line["title"]; - if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) { + if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) { if ($content_preview) { print " - $content_preview"; }