- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 12 Jun 2007 20:18:21 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv18458
Modified Files:
soap_output.tmpl
Log Message:
removing unnecessary whitespace around source info, see:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4613
Thanks to Brett Bieber for the patch.
Index: soap_output.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/soap_output.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- soap_output.tmpl 16 May 2007 08:52:56 -0000 1.9
+++ soap_output.tmpl 12 Jun 2007 20:18:18 -0000 1.10
@@ -25,11 +25,7 @@
<TMPL_VAR NAME="expl">
]]>
</m:explanation>
- <m:source>
- <![CDATA[
- <TMPL_VAR NAME="src">
- ]]>
- </m:source>
+ <m:source><![CDATA[<TMPL_VAR NAME="src">]]></m:source>
</m:error>
</TMPL_IF></TMPL_LOOP>
</m:errorlist>
@@ -48,11 +44,7 @@
<TMPL_VAR NAME="expl">
]]>
</m:explanation>
- <m:source>
- <![CDATA[
- <TMPL_VAR NAME="src">
- ]]>
- </m:source>
+ <m:source><![CDATA[<TMPL_VAR NAME="src">]]></m:source>
</m:warning>
</TMPL_IF></TMPL_LOOP>
</m:warninglist>
Received on Tuesday, 12 June 2007 20:18:23 UTC