validator/share/templates/en_US header.tmpl,1.39,1.40 prefill_html401.tmpl,1.1,1.2 prefill_xhtml10.tmpl,1.1,1.2

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

Modified Files:
	header.tmpl prefill_html401.tmpl prefill_xhtml10.tmpl 
Log Message:
Template fine tuning, NFC.

Index: prefill_xhtml10.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/prefill_xhtml10.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- prefill_xhtml10.tmpl	12 Apr 2007 12:04:16 -0000	1.1
+++ prefill_xhtml10.tmpl	24 Sep 2009 21:28:41 -0000	1.2
@@ -4,8 +4,8 @@
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <title>I AM YOUR DOCUMENT TITLE REPLACE ME</title>
-   <meta http-equiv="content-type" content="application/xhtml+xml;charset=utf-8" />
-   <meta http-equiv="content-style-type" content="text/css" />
+   <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
+   <meta http-equiv="Content-Style-Type" content="text/css" />
  </head>
  <body>
    <div>
@@ -13,5 +13,5 @@
 <TMPL_VAR NAME="fragment">
     
    </div>
-</body>
- </html>
\ No newline at end of file
+ </body>
+</html>

Index: prefill_html401.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/prefill_html401.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- prefill_html401.tmpl	12 Apr 2007 12:04:16 -0000	1.1
+++ prefill_html401.tmpl	24 Sep 2009 21:28:41 -0000	1.2
@@ -3,7 +3,7 @@
 <html>
 <head>
    <title>I AM YOUR DOCUMENT TITLE REPLACE ME</title>
-   <meta http-equiv="content-type" content="text/html;charset=utf-8">
+   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="Content-Style-Type" content="text/css">
 </head>
 <body>
@@ -13,4 +13,4 @@
      
    </div>
 </body>
-</html>
\ No newline at end of file
+</html>

Index: header.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/header.tmpl,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- header.tmpl	26 Mar 2009 15:15:11 -0000	1.39
+++ header.tmpl	24 Sep 2009 21:28:41 -0000	1.40
@@ -1,5 +1,5 @@
 Content-Language: en
-Content-Type: text/html; charset=utf-8
+Content-Type: text/html; charset=UTF-8
 X-W3C-Validator-Recursion: <TMPL_VAR NAME="depth" DEFAULT="1"><TMPL_IF NAME="fatal_error">
 X-W3C-Validator-Status: Abort<TMPL_ELSE><TMPL_IF NAME="valid_status">
 X-W3C-Validator-Status: <TMPL_VAR NAME="valid_status"></TMPL_IF>

Received on Thursday, 24 September 2009 21:28:54 UTC