summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorville <ville@localhost>2005-04-09 15:29:48 +0000
committerville <ville@localhost>2005-04-09 15:29:48 +0000
commit3757bfbc56fd6ff29557c90a9445f0c36a8791df (patch)
tree78d5af61091c7be478f6638952674f4626c69f98
parent99409b636aa63ee6caa099eca9c81ffd4d384d47 (diff)
downloadmarkup-validator-3757bfbc56fd6ff29557c90a9445f0c36a8791df.zip
markup-validator-3757bfbc56fd6ff29557c90a9445f0c36a8791df.tar.gz
markup-validator-3757bfbc56fd6ff29557c90a9445f0c36a8791df.tar.bz2
Fix encoding name display in fatal_byte_error.
-rw-r--r--share/templates/en_US/fatal-error.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/fatal-error.tmpl b/share/templates/en_US/fatal-error.tmpl
index 5d803eb..173403f 100644
--- a/share/templates/en_US/fatal-error.tmpl
+++ b/share/templates/en_US/fatal-error.tmpl
@@ -32,7 +32,7 @@
Sorry, I am unable to validate this document because on line
<strong><TMPL_VAR NAME="fatal_byte_lines"></strong>
it contained one or more bytes that I cannot interpret as
- <code><TMPL_VAR NAME="fatal_transcode_charset" ESCAPE="HTML"></code>
+ <code><TMPL_VAR NAME="fatal_byte_charset" ESCAPE="HTML"></code>
(in other words, the bytes found are not valid values in the specified
Character Encoding). Please check both the content of the file and the
character encoding indication.