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