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

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

Modified Files:
	json_ouput.tmpl 
Log Message:
Proper quotes around escape values

Index: json_ouput.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/json_ouput.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- json_ouput.tmpl	14 Jul 2008 04:39:25 -0000	1.2
+++ json_ouput.tmpl	14 Jul 2008 04:46:03 -0000	1.3
@@ -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="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>
         

Received on Monday, 14 July 2008 04:46:38 UTC