https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20054 --- Comment #1 from Indranil Das Gupta <indradg@l2c2.co.in> --- Created attachment 70787 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70787&action=edit Bug 20054 - Remove attribute "text/css" for <style> element in OPAC Conformance rules for HTML5 is generating warnings for <style> element with type="text/css" attribute when the OPAC page is checked with W3C Validator. Test plan ========= 1/ Click the "Tag cloud" link on the OPAC. Paste the URL to your OPAC page (if it is hosted) to W3C Validator and watch the warning about type attribute "text/css". 2/ Apply patch and re-submit the page to the Validator. The warning will be gone. -- You are receiving this mail because: You are watching all bug changes.