- From: Karl Dubost via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Dec 2006 06:39:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css In directory hutz:/tmp/cvs-serv2951 Modified Files: StyleSheetGeneratorHTML2.java Log Message: fixing the markup details Index: StyleSheetGeneratorHTML2.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/css/StyleSheetGeneratorHTML2.java,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- StyleSheetGeneratorHTML2.java 14 Dec 2006 06:33:42 -0000 1.45 +++ StyleSheetGeneratorHTML2.java 14 Dec 2006 06:39:49 -0000 1.46 @@ -86,8 +86,7 @@ this.warningLevel = warningLevel; general.put("errors-count", Integer.toString(errors.getErrorCount())); - general.put("warnings-count", Integer.toString(warnings - .getWarningCount())); + general.put("warnings-count", Integer.toString(warnings.getWarningCount())); general.put("rules-count", Integer.toString(items.size())); if (errors.getErrorCount() == 0) {
Received on Thursday, 14 December 2006 06:39:56 UTC