From a13d829c3377247fe9d1da2bc7437c096caf7168 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Tue, 17 Oct 2006 08:38:16 +0000 Subject: #83853 by myself. Add whitespace between link list items. --- includes/theme.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') 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 .= ''; + $output .= "\n"; } $output .= ''; -- cgit v1.2.3