Skip to content

Commit

Permalink
Turn search-sidebar into a landmark
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Mar 26, 2024
1 parent 3f7b5de commit 272ca70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/bootstrap3/templates/search/results.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

<?php /* Refine Search Options */ ?>
<?php if ($recommendations): ?>
<div class="<?=$this->layoutClass('sidebar')?>" id="search-sidebar">
<div class="<?=$this->layoutClass('sidebar')?>" id="search-sidebar" role="region" aria-label="<?=$this->transEscAttr('Search sidebar') ?>">
<?php foreach ($recommendations as $index => $current): ?>
<?=$this->recommend($current, 'side', $index)?>
<?php endforeach; ?>
Expand Down

0 comments on commit 272ca70

Please sign in to comment.