diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-03 18:19:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-03 18:19:20 -0500 |
commit | d38152dbef44e738480ac77d83fd9e2d57b585eb (patch) | |
tree | 1a6a0e0e01d0f8f86f3fafdec2c98cde0b504f58 | |
parent | 24144018689aa1f67b6bf6ab1a116645d2f754db (diff) | |
download | cl-theme-d38152dbef44e738480ac77d83fd9e2d57b585eb.tar.lz cl-theme-d38152dbef44e738480ac77d83fd9e2d57b585eb.tar.xz cl-theme-d38152dbef44e738480ac77d83fd9e2d57b585eb.zip |
The navigation role is unnecessary for element nav
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ <!-- pagination --> <div class="pagination-style-custom"> - <nav class="pagination is-rounded is-centered" role="navigation" aria-label="pagination"> + <nav class="pagination is-rounded is-centered" aria-label="pagination"> <a class="pagination-previous button is-button-grey">Previous</a> <a class="pagination-next button is-button-grey">Next page</a> <ul class="pagination-list"> |