2002/css-validator/org/w3c/css/index header.vm,1.2,1.3

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

Modified Files:
	header.vm 
Log Message:
Removing XML declarations in an effort to follow HTML compatibility guidelines.
Since all our content is UTF-8, we can afford to do that.

http://www.w3.org/TR/xhtml-media-types/#compatGuidelines



Index: header.vm
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/index/header.vm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- header.vm	5 Dec 2007 08:01:47 -0000	1.2
+++ header.vm	5 Feb 2009 14:31:32 -0000	1.3
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="$lang" lang="$lang">
   <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
     <title>$W3C_CSS_validation_service</title>
     <link rev="made" href="mailto:www-validator-css@w3.org" />
     <link rev="start" href="./" title="$home_title" />

Received on Thursday, 5 February 2009 14:31:43 UTC