- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Oct 2009 20:20:37 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv22981
Modified Files:
json_output.tmpl
Log Message:
Include source content type in JSON output.
Index: json_output.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/json_output.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- json_output.tmpl 29 Jun 2009 18:21:16 -0000 1.2
+++ json_output.tmpl 4 Oct 2009 20:20:35 -0000 1.3
@@ -22,6 +22,7 @@
</TMPL_LOOP>
],
"source": {
- "encoding": "<TMPL_VAR NAME="file_charset">"
+ "encoding": "<TMPL_VAR NAME="file_charset">",
+ "type": "<TMPL_VAR NAME="file_contenttype">"
}
}
Received on Sunday, 4 October 2009 20:20:40 UTC