We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bc9f8 commit d2851c9Copy full SHA for d2851c9
includes/menu.inc
@@ -231,7 +231,7 @@ function kalatheme_menu_local_task($variables) {
231
$link['localized_options']['attributes']['role'] = 'button';
232
$link['href'] = '#';
233
$link_text .= ' <span class="caret" aria-hidden="true"></span>';
234
- $output = '<li class="' . implode(' ', $classes) . ' role="presentation">';
+ $output = '<li class="' . implode(' ', $classes) . '" role="presentation">';
235
$output .= l($link_text, $link['href'], $link['localized_options']);
236
$output .= '<ul class="dropdown-menu" role="menu">';
237
$output .= drupal_render($children);
0 commit comments