2002/css-validator/org/w3c/css/css xhtml.properties,1.25,1.26

Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv18148

Modified Files:
	xhtml.properties 
Log Message:
adding meta http-equiv="Content-Style-Type" in results since they may have inline style - patch via Makoto Takahashi

Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- xhtml.properties	5 Feb 2009 14:13:10 -0000	1.25
+++ xhtml.properties	5 Feb 2009 14:18:27 -0000	1.26
@@ -3,6 +3,7 @@
 <html lang='$content-language' xml:lang='$content-language' xmlns='http://www.w3.org/1999/xhtml'>
     <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+      <meta http-equiv="Content-Style-Type" content="text/css" />
         <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
 #if ( !$css ) #set ( $css = $cssversion ) #end
         <title>$W3C_validator_results $file_title ($css)</title>

Received on Thursday, 5 February 2009 14:18:38 UTC