- From: Karl Dubost via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 16 Jul 2008 08:22:00 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv21811
Modified Files:
json_ouput.tmpl
Log Message:
Index: json_ouput.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/json_ouput.tmpl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- json_ouput.tmpl 14 Jul 2008 04:57:05 -0000 1.4
+++ json_ouput.tmpl 16 Jul 2008 08:21:57 -0000 1.5
@@ -12,13 +12,13 @@
<TMPL_LOOP NAME="file_errors">
{
<TMPL_IF NAME="err_type_err">"type": "error",</TMPL_IF>
- <TMPL_IF NAME="err_type_warn">"type": "warning",</TMPL_IF>
+ <TMPL_IF NAME="err_type_warn">"type": "info",
+ "subtype": "warning"</TMPL_IF>
"lastLine": "<TMPL_VAR NAME="line">",
- "firstColumn": "<TMPL_VAR NAME="char">",
+ "lastColumn": <TMPL_VAR NAME="char">,
"message": "<TMPL_VAR ESCAPE="JS" NAME="msg">",
- "messageid": "<TMPL_VAR NAME="num">",
+ "messageid": <TMPL_VAR NAME="num">,
"explanation": "<TMPL_VAR ESCAPE="JS" NAME="expl">",
- "extract":"<TMPL_VAR ESCAPE="JS" NAME="src">"
}
</TMPL_LOOP>
Received on Wednesday, 16 July 2008 08:22:34 UTC