summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2008-03-13 17:16:20 +0000
committerville <ville@localhost>2008-03-13 17:16:20 +0000
commit3f3af4fd2c31f4b322f31c0c2e436bd38cdc7e74 (patch)
tree4423f63f029f25f4137098264327d827b3903723
parent38aab5a9d6663575eaf3f0bf6581cda9154fbbbd (diff)
downloadmarkup-validator-3f3af4fd2c31f4b322f31c0c2e436bd38cdc7e74.zip
markup-validator-3f3af4fd2c31f4b322f31c0c2e436bd38cdc7e74.tar.gz
markup-validator-3f3af4fd2c31f4b322f31c0c2e436bd38cdc7e74.tar.bz2
Content-Type is a header, not field.
-rw-r--r--share/templates/en_US/fatal-error.tmpl2
-rw-r--r--share/templates/en_US/warnings.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/en_US/fatal-error.tmpl b/share/templates/en_US/fatal-error.tmpl
index ce7f1f2..81869a9 100644
--- a/share/templates/en_US/fatal-error.tmpl
+++ b/share/templates/en_US/fatal-error.tmpl
@@ -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
diff --git a/share/templates/en_US/warnings.tmpl b/share/templates/en_US/warnings.tmpl
index a457b16..ecce33a 100644
--- a/share/templates/en_US/warnings.tmpl
+++ b/share/templates/en_US/warnings.tmpl
@@ -76,7 +76,7 @@ to check these potential issues, and, if necessary, fix them and re-validate the
<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>