https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35157
Brendan Lawlor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |[email protected] --- Comment #9 from Brendan Lawlor <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
