https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42143 Bug ID: 42143 Summary: The breadcrumbs on Patron pages render an empty link Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Accessibility Assignee: koha-bugs@lists.koha-community.org Reporter: blawlor@clamsnet.org QA Contact: testopia@bugs.koha-community.org CC: martin.renvoize@openfifth.co.uk, matt.blenkinsop@openfifth.co.uk, oleonard@myacpl.org Go to a page like http://localhost:8081/cgi-bin/koha/members/moremember.pl?borrowernumber=51 Tab through the breadcrumbs and notice there is an empty link before the link to the patron record. Copy the page source and paste in the W3C Markup Validation Service Notice the errors: Error: Start tag a seen but an element of the same type was already open. Error: Stray end tag a. This violates WCAG 1. 2.4.4 Link Purpose (In Context) (Level A) because a screen reader can't announce the purpose of the link. This is a duplicate nested link and can be removed. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.