mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-27 17:21:04 +02:00
fix bug when content preview was non-clickable
This commit is contained in:
parent
7a4dd79927
commit
00dacdc1c3
@ -964,7 +964,8 @@
|
|||||||
} else {
|
} else {
|
||||||
print "<td class='hlContent' valign='middle'>";
|
print "<td class='hlContent' valign='middle'>";
|
||||||
|
|
||||||
print $content_link;
|
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') && !$rtl_tag) {
|
||||||
if ($content_preview) {
|
if ($content_preview) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user