https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39589 --- Comment #35 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 204354 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=204354&action=edit Bug 39589: (QA follow-up) Revert unrelated star rating markup change The read-only star rating widget in search results was changed from <span> to <a href="#"> elements, unrelated to this bug's fix. That activated a pre-existing but previously dead click handler ($(".br-readonly a") in this same template) and turned every star icon into a focusable, non-functional link, adding up to 5 dead tab stops per search result. Restore the <span> markup used everywhere else this read-only widget appears. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> -- You are receiving this mail because: You are watching all bug changes.