summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/theme.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 6aae3d6e6..67ae4d4f9 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -31,7 +31,6 @@ function theme_account($theme) {
$content .= "<P>\n";
$content .= "<LI><A HREF=\"admin.php\">administrate " . $site_name . "</A></LI>\n";
}
- $content .= "
$content .= "<P>\n";
if (ksort($menu)) {
foreach ($menu as $link=>$url) $content .= "<LI><A HREF=\"$url\">$link</A></LI>\n";