http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=766 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #72 from Owen Leonard <oleonard@myacpl.org> --- 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.