- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 04 Feb 2009 18:42:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css In directory hutz:/tmp/cvs-serv12488/org/w3c/css/css Modified Files: xhtml.properties Log Message: adding charset info in META, 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.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- xhtml.properties 8 Jan 2009 22:40:34 -0000 1.23 +++ xhtml.properties 4 Feb 2009 18:41:58 -0000 1.24 @@ -2,6 +2,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'> <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="ROBOTS" content="NOINDEX, NOFOLLOW" /> #if ( !$css ) #set ( $css = $cssversion ) #end <title>$W3C_validator_results $file_title ($css)</title>
Received on Wednesday, 4 February 2009 18:42:09 UTC