- From: Terje Bless <link@dev.w3.org>
- Date: Fri, 04 Feb 2005 21:03:09 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv21357/httpd/cgi-bin Modified Files: check Log Message: Refer to correct var to determine output format (typo fix). Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.385 retrieving revision 1.386 diff -u -d -r1.385 -r1.386 --- check 4 Feb 2005 21:01:54 -0000 1.385 +++ check 4 Feb 2005 21:03:07 -0000 1.386 @@ -2908,7 +2908,7 @@ return unless $File->{'Error Flagged'}; return if $File->{'Error Message'} eq ''; # Previous error, keep going. - if ($File->{Output} eq 'html') { + if ($File->{Opt}->{Output} eq 'html') { &prep_template($File, $E); $E->param(error_message => $File->{'Error Message'});
Received on Friday, 4 February 2005 21:03:10 UTC