- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 06 Dec 2008 08:15:02 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US In directory hutz:/tmp/cvs-serv24205 Modified Files: soap_output.tmpl Log Message: Escape warning messages as well (apparently forgotten from the previous change). Index: soap_output.tmpl =================================================================== RCS file: /sources/public/validator/share/templates/en_US/soap_output.tmpl,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- soap_output.tmpl 9 Sep 2008 12:55:33 -0000 1.17 +++ soap_output.tmpl 6 Dec 2008 08:15:00 -0000 1.18 @@ -43,7 +43,7 @@ <m:warning> <m:line><TMPL_VAR NAME="line"></m:line> <m:col><TMPL_VAR NAME="char" ESCAPE="HTML"></m:col> - <m:message><TMPL_VAR NAME="msg"></m:message> + <m:message><TMPL_VAR NAME="msg" ESCAPE="HTML"></m:message> <m:messageid><TMPL_VAR NAME="num" ESCAPE="HTML"></m:messageid> <m:explanation> <![CDATA[ <TMPL_VAR NAME="expl">
Received on Saturday, 6 December 2008 08:15:11 UTC