mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:45:56 +00:00
enable content preview for RTL feeds (closes #118)
This commit is contained in:
@@ -496,7 +496,7 @@
|
|||||||
print "<a href=\"javascript:view($id,$feed_id);\">" .
|
print "<a href=\"javascript:view($id,$feed_id);\">" .
|
||||||
$line["title"];
|
$line["title"];
|
||||||
|
|
||||||
if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) {
|
if (get_pref($link, 'SHOW_CONTENT_PREVIEW')) {
|
||||||
if ($content_preview) {
|
if ($content_preview) {
|
||||||
print "<span class=\"contentPreview\"> - $content_preview</span>";
|
print "<span class=\"contentPreview\"> - $content_preview</span>";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user