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