summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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>