validator/share/templates/en_US header.tmpl,1.34,1.35

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv25398/share/templates/en_US

Modified Files:
	header.tmpl 
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.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- header.tmpl	9 Jul 2007 04:56:27 -0000	1.34
+++ header.tmpl	20 Jul 2007 03:10:57 -0000	1.35
@@ -5,11 +5,11 @@
 X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF>
 X-W3C-Validator-Errors: <TMPL_VAR NAME="valid_errors_num"></TMPL_IF>
 
-<?xml version="1.0"?>
 <!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>
+    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
     <title>
             <TMPL_IF NAME="valid_status">[<TMPL_VAR NAME="valid_status">]</TMPL_IF>
             <TMPL_IF NAME="page_title_url">Markup Validation of <TMPL_VAR NAME="page_title_url" ESCAPE="HTML"><TMPL_ELSE><TMPL_IF NAME="page_title"><TMPL_VAR NAME="page_title" ESCAPE="HTML"><TMPL_ELSE>Validation Results</TMPL_IF></TMPL_IF> - W3C Markup Validator</title>

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