summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-26 06:11:04 +0100
committerAndrew Dolgov <[email protected]>2006-12-26 06:11:04 +0100
commit3145d0ea3e0d8abbdc19973650522626caef8112 (patch)
tree6f8a3a7ae8f91b33753d00dffe5252913b988848 /backend.php
parent83f114c8b9d29855fa6b7dbc1ae177cd406543fd (diff)
enable content preview for RTL feeds (closes #118)
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 2e9385b98..af0621987 100644
--- a/backend.php
+++ b/backend.php
@@ -496,7 +496,7 @@
print "<a href=\"javascript:view($id,$feed_id);\">" .
$line["title"];
- if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) {
+ if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
if ($content_preview) {
print "<span class=\"contentPreview\"> - $content_preview</span>";
}