- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 30 Apr 2007 13:36:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv21876/httpd/cgi-bin
Modified Files:
check
Log Message:
fixing SOAP12 output - thanks to Struan Donald for the Bug Report
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.512
retrieving revision 1.513
diff -u -d -r1.512 -r1.513
--- check 28 Apr 2007 19:50:15 -0000 1.512
+++ check 30 Apr 2007 13:36:34 -0000 1.513
@@ -883,7 +883,7 @@
} elsif ($File->{'Error Flagged'}) { # should send SOAP fault message
$template = $File->{Templates}->{SOAPFault};
} else {
- $template = $File->{SOAPT};
+ $template = $File->{Templates}->{SOAP};
}
} else {
$template = $File->{Templates}->{Result};
Received on Monday, 30 April 2007 13:36:38 UTC