From 3145d0ea3e0d8abbdc19973650522626caef8112 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 26 Dec 2006 06:11:04 +0100 Subject: [PATCH] enable content preview for RTL feeds (closes #118) --- backend.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.39.5