text/css is the default type for <style> as of HTML5
authorAlexander Ebert <ebert@woltlab.com>
Mon, 18 May 2015 15:31:57 +0000 (17:31 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 18 May 2015 15:31:57 +0000 (17:31 +0200)
com.woltlab.wcf/templates/headIncludeJavaScript.tpl

index ed5024a4037314b32c04557e42dbeacd51348709..82e4a1556bc9a81eede4c881766fc3d08af3c770 100644 (file)
 {event name='javascriptInclude'}
 
 <noscript>
-       <style type="text/css">
+       <style>
                .jsOnly {
                        display: none !important;
                }