enable content preview for RTL feeds (closes #118)
This commit is contained in:
parent
83f114c8b9
commit
3145d0ea3e
|
@ -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>";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue