validator/httpd/cgi-bin check,1.305.2.90,1.305.2.91

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv17290

Modified Files:
      Tag: validator-0_6_0-branch
	check 
Log Message:
Don't try to redirect to the CSS validator for uploaded text/css files.


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.90
retrieving revision 1.305.2.91
diff -u -d -r1.305.2.90 -r1.305.2.91
--- check	23 Apr 2004 01:50:34 -0000	1.305.2.90
+++ check	27 Apr 2004 19:36:00 -0000	1.305.2.91
@@ -1441,7 +1441,7 @@
 sub parse_content_type {
   my $File         = shift;
   my $Content_Type = shift;
-  my $url          = shift || '';
+  my $url          = shift;
   my $charset      = '';
   my $type         = '';
 

Received on Tuesday, 27 April 2004 15:36:19 UTC