From: Andrew Dolgov Date: Sat, 17 May 2008 09:22:08 +0000 (+0100) Subject: vf_catchup_link: use onclick, instead of href X-Git-Tag: 1.2.23-final~92 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=962d8ba4e147e54158b7fa8b446b03636408f103;p=tt-rss.git vf_catchup_link: use onclick, instead of href --- diff --git a/functions.php b/functions.php index d01c31d5..f8d80671 100644 --- a/functions.php +++ b/functions.php @@ -4934,8 +4934,9 @@ $cur_feed_title = $line["feed_title"]; $vgroup_last_feed = $feed_id; + $cur_feed_title = htmlspecialchars($cur_feed_title); - $vf_catchup_link = "(mark as read)"; + $vf_catchup_link = "(mark as read)"; print "". "". @@ -5006,7 +5007,9 @@ $cur_feed_title = $line["feed_title"]; $vgroup_last_feed = $feed_id; - $vf_catchup_link = "(mark as read)"; + $cur_feed_title = htmlspecialchars($cur_feed_title); + + $vf_catchup_link = "(mark as read)"; print "
". "".