summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2009-09-24 21:28:41 +0000
committerville <ville@localhost>2009-09-24 21:28:41 +0000
commit8424acde3c336dde63c3a19fce9089a699687e8c (patch)
tree8c5aaf8455976236e3f94df257ffada0741d830d
parent2b602ab914fe772aab49724cf46c8f922e684501 (diff)
downloadmarkup-validator-8424acde3c336dde63c3a19fce9089a699687e8c.zip
markup-validator-8424acde3c336dde63c3a19fce9089a699687e8c.tar.gz
markup-validator-8424acde3c336dde63c3a19fce9089a699687e8c.tar.bz2
Template fine tuning, NFC.
-rw-r--r--share/templates/en_US/header.tmpl2
-rw-r--r--share/templates/en_US/prefill_html401.tmpl4
-rw-r--r--share/templates/en_US/prefill_xhtml10.tmpl8
3 files changed, 7 insertions, 7 deletions
diff --git a/share/templates/en_US/header.tmpl b/share/templates/en_US/header.tmpl
index e38a40e..a35852c 100644
--- a/share/templates/en_US/header.tmpl
+++ b/share/templates/en_US/header.tmpl
@@ -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>
diff --git a/share/templates/en_US/prefill_html401.tmpl b/share/templates/en_US/prefill_html401.tmpl
index 15ea790..8c31f32 100644
--- a/share/templates/en_US/prefill_html401.tmpl
+++ b/share/templates/en_US/prefill_html401.tmpl
@@ -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>
diff --git a/share/templates/en_US/prefill_xhtml10.tmpl b/share/templates/en_US/prefill_xhtml10.tmpl
index 22dec35..b3ea192 100644
--- a/share/templates/en_US/prefill_xhtml10.tmpl
+++ b/share/templates/en_US/prefill_xhtml10.tmpl
@@ -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>