- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Feb 2009 22:10:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv20468
Modified Files:
json.properties
Log Message:
boolean output for validity
Index: json.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/json.properties,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- json.properties 6 Feb 2009 13:18:50 -0000 1.1
+++ json.properties 27 Feb 2009 22:10:15 -0000 1.2
@@ -4,7 +4,7 @@
"checkedby" : "http://www.w3.org/2005/07/css-validator",
"csslevel" : "$cssversion",
"date" : "$currentdate",
- "validity" : "$is_valid",
+ "validity" : $is_valid,
"result" : {
"errorcount" : $errors_count,
"warningcount" : $warnings_count
Received on Friday, 27 February 2009 22:10:27 UTC