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
1 changed files with 1 additions and 0 deletions

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