2002/css-validator/org/w3c/css/servlet CssValidator.java,1.16,1.17

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

Modified Files:
	CssValidator.java 
Log Message:
soap12 by default


Index: CssValidator.java
===================================================================
RCS file: /sources/public/2002/css-validator/org/w3c/css/servlet/CssValidator.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- CssValidator.java	12 Jul 2005 13:21:34 -0000	1.16
+++ CssValidator.java	12 Jul 2005 16:08:09 -0000	1.17
@@ -550,8 +550,8 @@
 	} else if (output.equals("soap12")) {
 	    // invert the comments on the following two lines to activate
 	    // the soap Mime Type
-	    //outputMt = new MimeType(soap12);
-	    outputMt = MimeType.TEXT_PLAIN.getClone();
+	    outputMt = new MimeType(soap12);
+	    //outputMt = MimeType.TEXT_PLAIN.getClone();
 	} else {
 	    // Change this line if you want text/html output when incorrect
 	    // output is passed

Received on Tuesday, 12 July 2005 16:23:56 UTC