mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 18:21:29 +00:00
set mouse cursor on feed link icons in headlines display
This commit is contained in:
@@ -5219,6 +5219,7 @@
|
||||
if ($line["feed_title"] && !get_pref($link, 'VFEED_GROUP_BY_FEED')) {
|
||||
|
||||
$reply['content'] .= "<span onclick=\"viewfeed($feed_id)\"
|
||||
style=\"cursor : pointer\"
|
||||
title=\"".htmlspecialchars($line['feed_title'])."\">
|
||||
$feed_icon_img<span>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user