changeset 93:9151d4344e65

Added required attribute "type" for the <style> element.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 14 Oct 2011 11:05:46 +0000
parents 4b0182b7b1e5
children 3179774f938e
files xsls/style.xsls
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/style.xsls	Fri Oct 14 10:59:13 2011 +0000
+++ b/xsls/style.xsls	Fri Oct 14 11:05:46 2011 +0000
@@ -2,7 +2,7 @@
 
 X:template style (lang) {
 
-    <style>!{ normalize-space('
+    <style type="text/css">!{ normalize-space('
         html             {-webkit-text-size-adjust: none}
         body             { font-family:  Georgia, serif; }
         p                { text-align:   justify; }