From 7210613a7a32c6a004ef3698bc94d38756aaa688 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 3 Oct 2006 02:28:38 +0100 Subject: [PATCH] move href handlers to onclick for feedlist --- functions.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 3eaa5925b..8b13bed98 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
  • ";