diff options
author | ot <ot@localhost> | 2005-10-11 10:09:13 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-10-11 10:09:13 +0000 |
commit | 78f620037fe1f361fb94f5ba82ab52777fcf92b0 (patch) | |
tree | a227f379ab3f3b36f1082327cd25b20301b1742d | |
parent | 07e87837c2c5dbaac5074e2a30e3b988efdb4b38 (diff) | |
download | markup-validator-78f620037fe1f361fb94f5ba82ab52777fcf92b0.zip markup-validator-78f620037fe1f361fb94f5ba82ab52777fcf92b0.tar.gz markup-validator-78f620037fe1f361fb94f5ba82ab52777fcf92b0.tar.bz2 |
adding number of errors to soap output
-rw-r--r-- | share/templates/en_US/soap_output.tmpl | 2 |
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 e54881b..c6fb833 100644 --- a/share/templates/en_US/soap_output.tmpl +++ b/share/templates/en_US/soap_output.tmpl @@ -11,7 +11,7 @@ X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors"> <m:doctype><TMPL_VAR NAME="file_doctype" ESCAPE="HTML"></m:doctype> <m:validity><TMPL_VAR NAME="valid_status"></m:validity> <m:errors> - <m:errorcount></m:errorcount> + <m:errorcount><TMPL_VAR NAME="number_of_errors"></m:errorcount> <m:errorlist> <TMPL_LOOP NAME="file_errors"> <m:error> |