- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Feb 2009 14:40:49 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv3176/org/w3c/css/css
Modified Files:
xhtml.properties
Log Message:
default style/script type. as suggested by Makoto Takahashi
Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- xhtml.properties 17 Feb 2009 09:39:56 -0000 1.31
+++ xhtml.properties 17 Feb 2009 14:40:47 -0000 1.32
@@ -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-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
#if ( !$css ) #set ( $css = $cssversion ) #end
Received on Tuesday, 17 February 2009 14:49:05 UTC