#83853 by myself. Add whitespace between link list items.
parent
cc61cd3028
commit
a13d829c33
|
@ -539,7 +539,7 @@ function theme_links($links, $attributes = array('class' => 'links')) {
|
|||
}
|
||||
|
||||
$i++;
|
||||
$output .= '</li>';
|
||||
$output .= "</li>\n";
|
||||
}
|
||||
|
||||
$output .= '</ul>';
|
||||
|
|
Loading…
Reference in New Issue