validator/httpd/cgi-bin check,1.390,1.391

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

Modified Files:
	check 
Log Message:
Unbork warnings output (braino/typo).


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -d -r1.390 -r1.391
--- check	5 Feb 2005 04:08:31 -0000	1.390
+++ check	5 Feb 2005 04:20:57 -0000	1.391
@@ -1101,7 +1101,7 @@
   my $Title   = shift;
   my $Message = shift;
 
-  if ($File->{Mode} eq 'html' or $Class eq 'fatal') {
+  if ($File->{Opt}->{Output} eq 'html' or $Class eq 'fatal') {
     push @{$File->{Warnings}}, {
                                 Class   => $Class,
                                 Title   => $Title,

Received on Saturday, 5 February 2005 04:21:00 UTC