在我的Grails GSP档案中,使用超声波塔号:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
问题是,Grails关闭了这一十字路口,使其成为:
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
This fails W3C s HTML validation (since my doctype is HTML and not XHTML). Is there a fix for this? How can I get Grails to not interpret the meta tag?
I m 采用铁路-1.2-M4。
Follow up: I create the Grails bug GRAILS-5696 for this issue.