validator/share/templates/en_US json_ouput.tmpl,1.1,1.2

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

Modified Files:
	json_ouput.tmpl 
Log Message:
Using ESCAPE=HTML for escaping texts containing strange characters

Index: json_ouput.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/json_ouput.tmpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- json_ouput.tmpl	14 Jul 2008 03:09:58 -0000	1.1
+++ json_ouput.tmpl	14 Jul 2008 04:39:25 -0000	1.2
@@ -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 NAME="msg">",
+              "message": "<TMPL_VAR ESCAPE=HTML NAME="msg">",
               "messageid": "<TMPL_VAR NAME="num">",
-              "explanation": "<TMPL_VAR NAME="expl">",
-              "extract":"<TMPL_VAR NAME="src">"
+              "explanation": "<TMPL_VAR ESCAPE=HTML NAME="expl">",
+              "extract":"<TMPL_VAR ESCAPE=HTML NAME="src">"
           }
         </TMPL_LOOP>
         

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