- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 12 Dec 2009 11:15:16 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv32189/share/templates/en_US Modified Files: fatal-error.tmpl Log Message: Include error message in output when something goes wrong when interfacing with external validators (#5992 comment 13). Index: fatal-error.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/fatal-error.tmpl,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- fatal-error.tmpl 31 Aug 2009 21:30:03 -0000 1.27 +++ fatal-error.tmpl 12 Dec 2009 11:15:13 -0000 1.28 @@ -16,6 +16,12 @@ in this validator, or is currently unavailable. Check in the validator's system configuration that <TMPL_IF NAME="fatal_missing_checker"><TMPL_VAR NAME="fatal_missing_checker"> is enabled and functional<TMPL_ELSE>all external checkers are enabled, and test if they are responsive</TMPL_IF>. </p> + <TMPL_IF NAME="fatal_checker_error"> + <p> + The error encountered was: + <code><TMPL_VAR NAME="fatal_checker_error" ESCAPE="HTML"></code> + </p> + </TMPL_IF> </li> </TMPL_IF> <TMPL_IF NAME="fatal_transcode_error">
Received on Saturday, 12 December 2009 11:15:17 UTC