1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:15:55 +00:00

enable content preview for RTL feeds (closes #118)

This commit is contained in:
Andrew Dolgov
2006-12-26 06:11:04 +01:00
parent 83f114c8b9
commit 3145d0ea3e

View File

@@ -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>";
}