summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/theme.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc
index 29794f7c5..65be70305 100644
--- a/includes/theme.inc
+++ b/includes/theme.inc
@@ -539,7 +539,7 @@ function theme_links($links, $attributes = array('class' => 'links')) {
}
$i++;
- $output .= '</li>';
+ $output .= "</li>\n";
}
$output .= '</ul>';