https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35157 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |blawlor@clamsnet.org --- Comment #9 from Brendan Lawlor <blawlor@clamsnet.org> --- I tested this using this plugin: https://chrispederick.com/work/web-developer/ before the patch there were 56 stray start and end tags found tag span. After the patch there were 0. Just a note there was one other invalid html error and one warning found by the validator that maybe need another patch? I ran the validator on http://localhost:8081/cgi-bin/koha/members/members-home.pl Error: Stray end tag td.
From line 1010, column 39; to line 1010, column 43
Expires on</td>↩ Warning: Empty heading.
From line 1037, column 17; to line 1037, column 64
<h4 class="modal-title" id="patronPreviewLabel"></h4>↩ -- You are receiving this mail because: You are watching all bug changes.