Skip to content

Commit d2851c9

Browse files
author
Josh Walker
committed
Missing comma breaks menu_local_task markup
1 parent 18bc9f8 commit d2851c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/menu.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ function kalatheme_menu_local_task($variables) {
231231
$link['localized_options']['attributes']['role'] = 'button';
232232
$link['href'] = '#';
233233
$link_text .= ' <span class="caret" aria-hidden="true"></span>';
234-
$output = '<li class="' . implode(' ', $classes) . ' role="presentation">';
234+
$output = '<li class="' . implode(' ', $classes) . '" role="presentation">';
235235
$output .= l($link_text, $link['href'], $link['localized_options']);
236236
$output .= '<ul class="dropdown-menu" role="menu">';
237237
$output .= drupal_render($children);

0 commit comments

Comments
 (0)