1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 22:21:29 +00:00

set mouse cursor on feed link icons in headlines display

This commit is contained in:
Andrew Dolgov
2011-04-19 15:16:17 +04:00
parent 6edeede312
commit 4a06f46dc7

View File

@@ -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>";
}