validator/httpd/cgi-bin check,1.305.2.128,1.305.2.129

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

Modified Files:
      Tag: validator-0_6_0-branch
	check 
Log Message:
Add any Warnings to the output for fatal errors unless O_NONE is set.
cf. Bug #719.


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.128
retrieving revision 1.305.2.129
diff -u -d -r1.305.2.128 -r1.305.2.129
--- check	17 May 2004 06:52:12 -0000	1.305.2.128
+++ check	17 May 2004 07:52:14 -0000	1.305.2.129
@@ -3152,7 +3152,8 @@
                  @data);
     }
 
-    &print_table($File) unless $Flags & O_NONE;
+    &print_table($File)    unless $Flags & O_NONE;
+    &print_warnings($File) unless $Flags & O_NONE;
     print $File->{'Error Message'};
     if ($File->{Opt}->{'Show Source'} and $Flags & O_SOURCE) {
       &show_source($File);

Received on Monday, 17 May 2004 03:54:09 UTC