summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorot <ot@localhost>2006-02-16 02:31:50 +0000
committerot <ot@localhost>2006-02-16 02:31:50 +0000
commit2790930e9ce9d9a553fff7b91d7a242b0f3c2897 (patch)
treecc285d3714c08018aa7d213203e4fb55060cbfae
parent54cc2c71df8751b6a6b89d5d8c19bdce5305fc44 (diff)
downloadmarkup-validator-2790930e9ce9d9a553fff7b91d7a242b0f3c2897.zip
markup-validator-2790930e9ce9d9a553fff7b91d7a242b0f3c2897.tar.gz
markup-validator-2790930e9ce9d9a553fff7b91d7a242b0f3c2897.tar.bz2
making validity a boolean rather than a string, as in the other implementations
-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 a164e89..9bae0ce 100644
--- a/share/templates/en_US/soap_output.tmpl
+++ b/share/templates/en_US/soap_output.tmpl
@@ -10,7 +10,7 @@ X-W3C-Validator-Errors: <TMPL_VAR NAME="number_of_errors">
<m:checkedby><TMPL_VAR NAME="cfg_home_page" ESCAPE="HTML"></m:checkedby>
<m:doctype><TMPL_VAR NAME="file_doctype" ESCAPE="HTML"></m:doctype>
<m:charset><TMPL_VAR NAME="file_charset" ESCAPE="HTML"></m:charset>
- <m:validity><TMPL_VAR NAME="valid_status"></m:validity>
+ <m:validity><TMPL_IF NAME="VALID">true<TMPL_ELSE>false</TMPL_IF></m:validity>
<m:errors>
<m:errorcount><TMPL_VAR NAME="valid_errors_num"></m:errorcount>
<m:errorlist>