summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-01-26 03:22:59 +0000
committerot <ot@localhost>2005-01-26 03:22:59 +0000
commite5a5eae928bd61337d50610632d64b03b42db5eb (patch)
tree71e138edb511b6b937497e3989d4b651e99a332b
parent5e60ba8826c6f2f6af89212dfe5b0c0877ec07fe (diff)
downloadmarkup-validator-e5a5eae928bd61337d50610632d64b03b42db5eb.zip
markup-validator-e5a5eae928bd61337d50610632d64b03b42db5eb.tar.gz
markup-validator-e5a5eae928bd61337d50610632d64b03b42db5eb.tar.bz2
fixing a bad copy-pste
-rw-r--r--share/templates/en_US/header.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/header.tmpl b/share/templates/en_US/header.tmpl
index 5de38fc..0c584d7 100644
--- a/share/templates/en_US/header.tmpl
+++ b/share/templates/en_US/header.tmpl
@@ -6,7 +6,7 @@ Content-Type: text/html; charset=utf-8
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title><TMPL_IF NAME="errmsg_id"><TMPL_VAR NAME="page_title"><TMPL_ELSE>Validation Results</TMPL_IF></title>
+ <title><TMPL_IF NAME="page_title"><TMPL_VAR NAME="page_title"><TMPL_ELSE>Validation Results</TMPL_IF></title>
<link rev="made" href="mailto:www-validator@w3.org" />
<link rev="start" href="./" title="Home Page" />
<style type="text/css" media="all">@import "./base.css";</style>