https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42498
--- Comment #1 from Owen Leonard <[email protected]> --- Created attachment 198607 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198607&action=edit Bug 42498: Fix invalid aria attribute in OPAC search results pagination This patch corrects the aria-current attribute in OPAC search results pagination. There should be no aria-current attribute on the list item, and the aria-current value on the link should be "page." To test, apply the patch and perform a catalog search in the OPAC which will return multiple pages of results. View the page source or use the developer console to inspect the HTML of the active pagination link. It should have an aria-current label with the value "page." The containing list item should not have an aria-current label. Sponsored-by: Athens County Public Libraries -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
