diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php
index ab89167d56..cc419a48a0 100644
--- a/wp-includes/category-template.php
+++ b/wp-includes/category-template.php
@@ -422,7 +422,7 @@ function the_tags( $before = 'Tags: ', $sep = ', ', $after = '' ) {
$tag_list = $before;
foreach ( $tags as $tag )
- $tag_links[] = '' . $tag->slug . '';
+ $tag_links[] = '' . $tag->slug . '';
$tag_links = join( $sep, $tag_links );
$tag_links = apply_filters( 'the_tags', $tag_links );