- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 18 Feb 2006 20:10:11 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv22901/share/templates/en_US
Modified Files:
Tag: validator-0_7-branch
fatal-error.tmpl
Log Message:
Admit that no transcoding error message is available if it isn't, don't say "".
Index: fatal-error.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- fatal-error.tmpl 29 Jul 2005 06:26:15 -0000 1.12
+++ fatal-error.tmpl 18 Feb 2006 20:10:09 -0000 1.12.2.1
@@ -14,7 +14,7 @@
yet, or you have specified a non-existent character encoding (often
a misspelling).
</p>
- <p>The error was: "<TMPL_VAR NAME="fatal_transcode_errmsg">".</p>
+ <p>The error was: <TMPL_IF NAME="fatal_transcode_errmsg"><TMPL_VAR NAME="fatal_transcode_errmsg"><TMPL_ELSE>(no error message given)</TMPL_IF></p>
<p>
If you believe the character encoding to be valid you can submit a
request for that character encoding (see the
Received on Saturday, 18 February 2006 20:10:19 UTC