Skip to content

Commit

Permalink
[4.0] [a11y] Incorrect aria role (#20755)
Browse files Browse the repository at this point in the history
Remove incorrect aria landmark of toolbar on the search item in the searchtools layout
  • Loading branch information
brianteeman authored and laoneo committed Jun 14, 2018
1 parent 9a3defe commit e7c0682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/searchtools/default/bar.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<?php echo Text::_('JSEARCH_FILTER'); ?>
<?php endif; ?>
</label>
<div class="btn-toolbar" role="toolbar">
<div class="btn-toolbar">
<div class="btn-group mr-2">
<div class="input-group">
<?php echo $filters['filter_search']->input; ?>
Expand Down

0 comments on commit e7c0682

Please sign in to comment.