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
1 changed files with 1 additions and 1 deletions

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