https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38739 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net Status|Signed Off |Passed QA --- Comment #36 from Victor Grousset/tuxayo <victor@tuxayo.net> --- I've been going at the changed pages and doing a diff before and after the patches on - the final HTML in the inspector (after eventual JS does it's stuff, but the browser will fix some stuff like stray tags) - the HTTP response And also comparing the HTMLs results the W3C validator. The changes are great, in hold-group.tt, on main, the cookieConsentBar was duplicated :o In the final html in the inspector, it is also present in the holds group modal. It was invisible but still, it was there and duplicated. So now it's fixed. audio-alert was also duplicated. Overall on the pages, several unclosed <div> are fixed. I think also some other tags that were stray. Works, makes sense, QA script happy, code looks good, passing QA :) -- You are receiving this mail because: You are watching all bug changes.