https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18484 Bug ID: 18484 Summary: opac-advsearch.tt missing closing div tag for <div class="container-fluid"> Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org I ran the opac advanced search page through https://validator.w3.org/ It gave a fatal error on the closing </form> tag following </div> <!-- / .main --> due to a missing </div> tag which should match <div class="container-fluid">. This is happening in master, and goes back at least as far as 3.18. It doesn't affect the rendering of the page, as far as I can tell. -- You are receiving this mail because: You are watching all bug changes.