diff --git a/index.php b/index.php
index 7b1a6516b2..872eff849b 100644
--- a/index.php
+++ b/index.php
@@ -70,12 +70,12 @@ require('wp-blog-header.php');
- - Categories:
+
- Categories:
- - Search:
+
- Search:
- - Archives:
+
- Archives:
- -
+
-
- - Other:
+
- Other:
- - Meta:
+
- Meta:
- RSS 2.0
- Comments RSS 2.0
diff --git a/wp-includes/links.php b/wp-includes/links.php
index a9c464451b..0d1099d328 100644
--- a/wp-includes/links.php
+++ b/wp-includes/links.php
@@ -545,7 +545,7 @@ WHERE link_visible = 'Y'
$orderby = (bool_from_yn($cat['sort_desc'])?'_':'') . $orderby;
// Display the category name
- echo ' - ' . stripslashes($cat['cat_name']) . "\n\t
\n";
+ echo ' - ' . stripslashes($cat['cat_name']) . "\n\t
\n";
// Call get_links() with all the appropriate params
get_links($cat['link_category'],