diff options
author | PayBas <contact@paybas.com> | 2014-06-09 18:05:53 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-06-09 18:05:53 +0200 |
commit | 86a320ff5c9c4f7c7eeac8d4956c4c131d0b1f7b (patch) | |
tree | 9ea66dc2789b896c07788bcd4c08eb873c5b404b | |
parent | 8841f7f960aeb5b6ef8beee77aa587bdbe9c989c (diff) | |
download | forums-86a320ff5c9c4f7c7eeac8d4956c4c131d0b1f7b.tar forums-86a320ff5c9c4f7c7eeac8d4956c4c131d0b1f7b.tar.gz forums-86a320ff5c9c4f7c7eeac8d4956c4c131d0b1f7b.tar.bz2 forums-86a320ff5c9c4f7c7eeac8d4956c4c131d0b1f7b.tar.xz forums-86a320ff5c9c4f7c7eeac8d4956c4c131d0b1f7b.zip |
[ticket/12613] role="navigation" not allowed on <ul>
PHPBB3-12613
-rw-r--r-- | phpBB/styles/prosilver/template/pagination.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/pagination.html b/phpBB/styles/prosilver/template/pagination.html index 9b8514a3fd..cde183291d 100644 --- a/phpBB/styles/prosilver/template/pagination.html +++ b/phpBB/styles/prosilver/template/pagination.html @@ -1,4 +1,4 @@ -<ul role="navigation"> +<ul> <!-- IF BASE_URL and TOTAL_PAGES > 6 --> <li class="dropdown-container dropdown-button-control dropdown-page-jump page-jump"> <a href="#" class="dropdown-trigger" title="{L_JUMP_TO_PAGE_CLICK}" role="button">{PAGE_NUMBER}</a> |