From: Andrew Dolgov Date: Tue, 26 Dec 2006 05:11:04 +0000 (+0100) Subject: enable content preview for RTL feeds (closes #118) X-Git-Tag: 1.2.7~14 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3145d0ea3e0d8abbdc19973650522626caef8112;p=tt-rss.git enable content preview for RTL feeds (closes #118) --- diff --git a/backend.php b/backend.php index 2e9385b9..af062198 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"; }