http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=766
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #72 from Owen Leonard <[email protected]> --- Some comments about attachment 29870, attachment 29872, and attachment 29877: Although not necessarily required by the HTML5 standard, we do still follow XHTML-style rule for markup. That means that instead of <option value="foo" selected> We need to write <option value="foo" selected="selected"> And values should be quoted: <option value="foo"> And not <option value=foo> -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
