From 5563c1b3719d1b67a8e4d41a039ff09b68b9b4da Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Tue, 28 Apr 2020 12:07:51 -0400 Subject: [PATCH] Pagination roles. --- themes/bootstrap3/templates/search/pagination.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap3/templates/search/pagination.phtml b/themes/bootstrap3/templates/search/pagination.phtml index 168bd1484e5..c1a7fd276b6 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; ?> -- GitLab