- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Sep 2011 08:15:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/servlet In directory hutz:/tmp/cvs-serv13381/org/w3c/css/servlet Modified Files: CssValidator.java Log Message: width and height, including css3 value initial Index: CssValidator.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/servlet/CssValidator.java,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- CssValidator.java 26 Sep 2011 14:32:16 -0000 1.48 +++ CssValidator.java 27 Sep 2011 08:15:46 -0000 1.49 @@ -558,7 +558,7 @@ } else if (tmp[i].getName().equals("error")) { warning = (String) tmp[i].getValue(); //} else if (tmp[i].getName().equals("input")) { - // XMLinput = ((String) tmp[i].getValue()).equals("XML"); + // XMLinput = ((String) tmp[i].floatValue()).equals("XML"); } else if (tmp[i].getName().equals("profile")) { profile = (String) tmp[i].getValue(); } else if (tmp[i].getName().equals("usermedium")) {
Received on Tuesday, 27 September 2011 08:15:56 UTC