- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 13 Mar 2008 17:16:22 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv10587/share/templates/en_US
Modified Files:
fatal-error.tmpl warnings.tmpl
Log Message:
Content-Type is a header, not field.
Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- fatal-error.tmpl 19 Oct 2007 19:37:39 -0000 1.23
+++ fatal-error.tmpl 13 Mar 2008 17:16:20 -0000 1.24
@@ -135,7 +135,7 @@
not currently supported by this service.
</p>
<p>
- The Content-Type field is sent by your web server (or web browser if
+ The Content-Type header is sent by your web server (or web browser if
you use the file upload interface) and depends on its configuration.
Commonly, web servers will have a mapping of filename extensions
(such as ".html") to <abbr
Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- warnings.tmpl 12 Feb 2008 06:30:25 -0000 1.40
+++ warnings.tmpl 13 Mar 2008 17:16:20 -0000 1.41
@@ -76,7 +76,7 @@
<TMPL_IF NAME="opt_verbose">
<p>The sources used to find encoding information include:</p>
<ul>
- <li>The HTTP Content-Type field.</li>
+ <li>The HTTP Content-Type header.</li>
<li>The XML Declaration.</li>
<li>The HTML "META" element.</li>
</ul>
Received on Thursday, 13 March 2008 17:16:54 UTC