2002/css-validator/org/w3c/css/css xhtml.properties,1.36,1.37 StyleSheetParser.java,1.15,1.16

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

Modified Files:
	xhtml.properties StyleSheetParser.java 
Log Message:
revert

Index: xhtml.properties
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/xhtml.properties,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- xhtml.properties	17 Dec 2009 16:08:11 -0000	1.36
+++ xhtml.properties	17 Dec 2009 16:14:02 -0000	1.37
@@ -19,7 +19,7 @@
        <a href="./"><span>$W3C_CSS_validation_service</span></a></h1>
 
        <p id="tagline">
-         $W3C_validator_results <{$file_title|escape:'html':'UTF-8'}> ($css)
+         $W3C_validator_results $file_title ($css)
        </p>
       </div>
 

Index: StyleSheetParser.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/css/StyleSheetParser.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- StyleSheetParser.java	17 Dec 2009 16:08:11 -0000	1.15
+++ StyleSheetParser.java	17 Dec 2009 16:14:02 -0000	1.16
@@ -304,8 +304,7 @@
 		cpe = new CssParseException(new Exception(e.getMessage()));
 	    }
 	    er.addError(new org.w3c.css.parser.CssError(url.toString(),
-							//e.getErrorLine(),
-							-1,
+							e.getErrorLine(),
 							cpe));
 	    notifyErrors(er);
 	} catch(RuntimeException e) {

Received on Thursday, 17 December 2009 16:14:06 UTC