summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkdubost <kdubost@localhost>2008-07-14 04:46:03 +0000
committerkdubost <kdubost@localhost>2008-07-14 04:46:03 +0000
commit4ce3edb18b5df6ce1a4e24aef5fcde6d5a6a1bce (patch)
treefb1093ceea26d0c3e27d5faf72c45e80557b0aff
parent85abaaf531c27f0cbf3a48cc5ea38aedc04a6d61 (diff)
downloadmarkup-validator-4ce3edb18b5df6ce1a4e24aef5fcde6d5a6a1bce.zip
markup-validator-4ce3edb18b5df6ce1a4e24aef5fcde6d5a6a1bce.tar.gz
markup-validator-4ce3edb18b5df6ce1a4e24aef5fcde6d5a6a1bce.tar.bz2
Proper quotes around escape values
-rw-r--r--share/templates/en_US/json_ouput.tmpl6
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 ba9b21f..bc92270 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="HTML" 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="HTML" NAME="expl">",
+ "extract":"<TMPL_VAR ESCAPE="HTML" NAME="src">"
}
</TMPL_LOOP>