diff --git a/wp-includes/class-walker-category.php b/wp-includes/class-walker-category.php
index dd7252cffe..36f631c1b2 100644
--- a/wp-includes/class-walker-category.php
+++ b/wp-includes/class-walker-category.php
@@ -182,6 +182,7 @@ class Walker_Category extends Walker {
} else {
$link .= "';
}
+
$link .= '';
if ( empty( $args['feed_image'] ) ) {
@@ -192,6 +193,7 @@ class Walker_Category extends Walker {
if ( ! empty( $args['show_count'] ) ) {
$link .= ' (' . number_format_i18n( $category->count ) . ')';
}
+
if ( 'list' === $args['style'] ) {
$output .= "\t