validator/htdocs header.html,1.50,1.51

Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv25398/htdocs

Modified Files:
	header.html 
Log Message:
Since we are (still) serving as text/html:
* removing the potentially problematic xml decl
  http://www.w3.org/International/articles/serving-xhtml/Overview.en.php#declaration
* adding meta header for charset decl



Index: header.html
===================================================================
RCS file: /sources/public/validator/htdocs/header.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- header.html	17 Jul 2007 05:17:56 -0000	1.50
+++ header.html	20 Jul 2007 03:10:56 -0000	1.51
@@ -1,9 +1,9 @@
-<?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="en" lang="en">
   <head>
-          <title><!--#echo var="title" --></title>
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+    <title><!--#echo var="title" --></title>
     <link rev="made" href="mailto:www-validator@w3.org" />
     <link rev="start" href="<!--#echo var="relroot" -->" title="Home Page" />
     <style type="text/css" media="all">

Received on Friday, 20 July 2007 03:11:01 UTC