mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 06:51:28 +00:00
use in non-virtual feed view
This commit is contained in:
@@ -958,8 +958,7 @@
|
|||||||
} 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