- From: Karl Dubost via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Dec 2006 03:13:18 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv25143
Modified Files:
StyleSheetGeneratorHTML2.java
Log Message:
div outside of the warning section
Index: StyleSheetGeneratorHTML2.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/StyleSheetGeneratorHTML2.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- StyleSheetGeneratorHTML2.java 14 Dec 2006 03:10:02 -0000 1.33
+++ StyleSheetGeneratorHTML2.java 14 Dec 2006 03:13:16 -0000 1.34
@@ -320,8 +320,8 @@
if (open) {
ret.append("\n</table>");
}
- ret.append("</div>");
}
+ ret.append("\n<!--end of warning section--></div>");
out.println(ret.toString());
} catch (Exception e) {
Received on Thursday, 14 December 2006 03:13:27 UTC