http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10587 Bug ID: 10587 Summary: HTML errors on authority detail page in OPAC Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: katrin.fischer@bsz-bw.de CC: jcamins@cpbibliography.com When checking the source code for some ids and classed I found that Firefox showed some red error marks in the source code. It seems 2 divs are closed, but not opened. The W3C HTML validator also points out those: Error Line 357, Column 10: End tag div seen, but there were open elements. </div> Error Line 256, Column 24: Unclosed element ul. <ul class="seefrom"> Error Line 381, Column 6: Stray end tag div. </div> -- You are receiving this mail because: You are watching all bug changes.