- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 20 May 2007 23:17:31 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv15793/share/templates/en_US
Modified Files:
fatal-error.tmpl
Log Message:
bringing back line count for fatal_byte_error, output of raw decoding error message
Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- fatal-error.tmpl 7 May 2007 16:20:22 -0000 1.19
+++ fatal-error.tmpl 20 May 2007 23:17:29 -0000 1.20
@@ -41,6 +41,9 @@
Character Encoding). Please check both the content of the file and the
character encoding indication.
</p>
+ <p>The error was:
+ <TMPL_VAR NAME="fatal_byte_error_msg">
+ </p>
</li>
</TMPL_IF>
Received on Sunday, 20 May 2007 23:17:35 UTC