diff options
author | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-10-17 08:38:16 +0000 |
---|---|---|
committer | Neil Drumm <drumm@3064.no-reply.drupal.org> | 2006-10-17 08:38:16 +0000 |
commit | a13d829c3377247fe9d1da2bc7437c096caf7168 (patch) | |
tree | 17384b95cfc56cf0dde7bb65d60c97a062aced5f | |
parent | cc61cd3028952b19cced703a6500537d88637578 (diff) | |
download | brdo-a13d829c3377247fe9d1da2bc7437c096caf7168.tar.gz brdo-a13d829c3377247fe9d1da2bc7437c096caf7168.tar.bz2 |
#83853 by myself. Add whitespace between link list items.
-rw-r--r-- | includes/theme.inc | 2 |
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>'; |