validator/share/templates/en_US json_ouput.tmpl,1.3,1.4

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv14521

Modified Files:
	json_ouput.tmpl 
Log Message:
replaced escape html by espace JS

Index: json_ouput.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/json_ouput.tmpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- json_ouput.tmpl	14 Jul 2008 04:46:03 -0000	1.3
+++ json_ouput.tmpl	14 Jul 2008 04:57:05 -0000	1.4
@@ -15,10 +15,10 @@
               <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>
         

Received on Monday, 14 July 2008 04:57:40 UTC