- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 09 Apr 2005 15:29:51 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv23651/share/templates/en_US
Modified Files:
fatal-error.tmpl
Log Message:
Fix encoding name display in fatal_byte_error.
Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- fatal-error.tmpl 22 Feb 2005 18:14:56 -0000 1.4
+++ fatal-error.tmpl 9 Apr 2005 15:29:48 -0000 1.5
@@ -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.
Received on Saturday, 9 April 2005 15:29:51 UTC