diff options
author | ville <ville@localhost> | 2005-04-09 15:29:48 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2005-04-09 15:29:48 +0000 |
commit | 3757bfbc56fd6ff29557c90a9445f0c36a8791df (patch) | |
tree | 78d5af61091c7be478f6638952674f4626c69f98 | |
parent | 99409b636aa63ee6caa099eca9c81ffd4d384d47 (diff) | |
download | markup-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.tmpl | 2 |
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. |