From: Andrew Dolgov Date: Tue, 3 Oct 2006 01:28:38 +0000 (+0100) Subject: move href handlers to onclick for feedlist X-Git-Tag: 1.2.4~18 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=7210613a7a32c6a004ef3698bc94d38756aaa688;p=tt-rss.git move href handlers to onclick for feedlist --- diff --git a/functions.php b/functions.php index 3eaa5925..8b13bed9 100644 --- a/functions.php +++ b/functions.php @@ -893,7 +893,8 @@ $link_title = "Updated: $last_updated"; } - $feed = "$feed_title"; + $feed = "$feed_title"; print "
  • "; if (get_pref($link, 'ENABLE_FEED_ICONS')) { @@ -2916,8 +2917,8 @@ $cat_unread = getCategoryUnread($link, $cat_id); print "
  • - $tmp_category - + $tmp_category + ($cat_unread unread)$ellipsis
  • ";