mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 02:25:57 +00:00
use in non-virtual feed view
This commit is contained in:
@@ -957,9 +957,8 @@
|
||||
$line["feed_title"]."</a> </td>";
|
||||
} else {
|
||||
print "<td class='hlContent' valign='middle'>";
|
||||
|
||||
print "<a href=\"javascript:view($id,$feed_id);\">" .
|
||||
$line["title"];
|
||||
|
||||
print $content_link;
|
||||
|
||||
if (get_pref($link, 'SHOW_CONTENT_PREVIEW') && !$rtl_tag) {
|
||||
if ($content_preview) {
|
||||
|
||||
Reference in New Issue
Block a user