summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2005-10-21 05:58:03 +0000
committerot <ot@localhost>2005-10-21 05:58:03 +0000
commit10986cc60a7f385423a42df90f88fe67adcbfbb7 (patch)
tree270f4a3b3e7fa7203ab6c486619ad595f2da12de
parent32c8dee8e27a83421c01b1912d9811ddc478e490 (diff)
downloadmarkup-validator-10986cc60a7f385423a42df90f88fe67adcbfbb7.zip
markup-validator-10986cc60a7f385423a42df90f88fe67adcbfbb7.tar.gz
markup-validator-10986cc60a7f385423a42df90f88fe67adcbfbb7.tar.bz2
proper namespace - although not yet documented
-rw-r--r--share/templates/en_US/soap_output.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/soap_output.tmpl b/share/templates/en_US/soap_output.tmpl
index c6fb833..0f6829e 100644
--- a/share/templates/en_US/soap_output.tmpl
+++ b/share/templates/en_US/soap_output.tmpl
@@ -5,7 +5,7 @@ X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors">
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope">
<env:Body>
-<m:markupvalidationresponse env:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://www.w3.org/2003/10/20-css-validator">
+<m:markupvalidationresponse env:encodingStyle="http://www.w3.org/2003/05/soap-encoding" xmlns:m="http://www.w3.org/2005/10/markup-validator">
<m:uri><TMPL_VAR NAME="file_uri" ESCAPE="HTML"></m:uri>
<m:checkedby><TMPL_VAR NAME="file_server" ESCAPE="HTML"></m:checkedby>
<m:doctype><TMPL_VAR NAME="file_doctype" ESCAPE="HTML"></m:doctype>