2002/css-validator/org/w3c/css/css XMLStyleSheetHandler.java,1.18,1.19

Update of /sources/public/2002/css-validator/org/w3c/css/css
In directory hutz:/tmp/cvs-serv31557

Modified Files:
	XMLStyleSheetHandler.java 
Log Message:
meow

Index: XMLStyleSheetHandler.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/XMLStyleSheetHandler.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- XMLStyleSheetHandler.java	29 Aug 2005 12:57:38 -0000	1.18
+++ XMLStyleSheetHandler.java	29 Aug 2005 14:51:20 -0000	1.19
@@ -154,7 +154,7 @@
 		styleSheetParser.notifyErrors(ers);
 	    }
 
-	    if (href.chatAt(0) == '#') {
+	    if (href.charAt(0) == '#') {
 		// internal style sheet, will be processed by the parser
 		return;
 	    }

Received on Monday, 29 August 2005 14:51:27 UTC