diff xsls/style.xsls @ 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 c007b57d617c
children d3e240f7157c
line wrap: on
line diff
--- a/xsls/style.xsls
+++ b/xsls/style.xsls
@@ -2,7 +2,7 @@ X:stylesheet {
 
 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; }