diff options
author | kdubost <kdubost@localhost> | 2008-07-14 04:57:05 +0000 |
---|---|---|
committer | kdubost <kdubost@localhost> | 2008-07-14 04:57:05 +0000 |
commit | a02f76c546beeb292d43bd4bcf2df1338de031ab (patch) | |
tree | b5ae02e3ef64d83fd3aeeabd65b0c023c9a33388 | |
parent | 4ce3edb18b5df6ce1a4e24aef5fcde6d5a6a1bce (diff) | |
download | markup-validator-a02f76c546beeb292d43bd4bcf2df1338de031ab.zip markup-validator-a02f76c546beeb292d43bd4bcf2df1338de031ab.tar.gz markup-validator-a02f76c546beeb292d43bd4bcf2df1338de031ab.tar.bz2 |
replaced escape html by espace JS
-rw-r--r-- | share/templates/en_US/json_ouput.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/templates/en_US/json_ouput.tmpl b/share/templates/en_US/json_ouput.tmpl index bc92270..5c0e5d3 100644 --- a/share/templates/en_US/json_ouput.tmpl +++ b/share/templates/en_US/json_ouput.tmpl @@ -15,10 +15,10 @@ X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> <TMPL_IF NAME="err_type_warn">"type": "warning",</TMPL_IF> "lastLine": "<TMPL_VAR NAME="line">", "firstColumn": "<TMPL_VAR NAME="char">", - "message": "<TMPL_VAR ESCAPE="HTML" NAME="msg">", + "message": "<TMPL_VAR ESCAPE="JS" NAME="msg">", "messageid": "<TMPL_VAR NAME="num">", - "explanation": "<TMPL_VAR ESCAPE="HTML" NAME="expl">", - "extract":"<TMPL_VAR ESCAPE="HTML" NAME="src">" + "explanation": "<TMPL_VAR ESCAPE="JS" NAME="expl">", + "extract":"<TMPL_VAR ESCAPE="JS" NAME="src">" } </TMPL_LOOP> |