diff --git a/themes/bootstrap3/templates/search/pagination.phtml b/themes/bootstrap3/templates/search/pagination.phtml index 168bd1484e5e4a2bbe4d39f7b544653672c11829..c1a7fd276b68b38517f45fa2f66c995ba64d8ea4 100644 --- a/themes/bootstrap3/templates/search/pagination.phtml +++ b/themes/bootstrap3/templates/search/pagination.phtml @@ -12,7 +12,7 @@ <?php if ($page != $this->current): ?> <li><a href="<?=$this->currentPath() . $this->results->getUrlQuery()->setPage($page)?>"><?=$page?></a></li> <?php else: ?> - <li class="active"><span><?=$page?></span></li> + <li class="active" aria-current="page"><span><?=$page?></span></li> <?php endif; ?> <?php endforeach; ?> <?php endif; ?>