]> git.wh0rd.org - tt-rss.git/commitdiff
enable content preview for RTL feeds (closes #118)
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 26 Dec 2006 05:11:04 +0000 (06:11 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 26 Dec 2006 05:11:04 +0000 (06:11 +0100)
backend.php

index 2e9385b98be5373ea7cd17909f0efbf80330f348..af0621987d8dd8ac57772d08abf60400fbf8a0f0 100644 (file)
                                                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>";
                                                        }