summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-04-19 15:16:17 +0400
committerAndrew Dolgov <[email protected]>2011-04-19 15:16:17 +0400
commit4a06f46dc7953b6f060f0023e630b721c36ae1d8 (patch)
tree32d5b32e90446b764584ad719da261a785519cbb /functions.php
parent6edeede312964452e85a5fef09f6dd0211b707b2 (diff)
set mouse cursor on feed link icons in headlines display
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 78fec13ad..1401cd744 100644
--- a/functions.php
+++ b/functions.php
@@ -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>";
}