- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 12 Oct 2006 04:30:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv760/httpd/cgi-bin Modified Files: check Log Message: fixing template order and logic to show warning about absence of character encoding before fatal error when transcoding to utf-8 failed http://www.w3.org/Bugs/Public/show_bug.cgi?id=3642 (porting to HEAD code) Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.463 retrieving revision 1.464 diff -u -d -r1.463 -r1.464 --- check 26 Aug 2006 13:09:11 -0000 1.463 +++ check 12 Oct 2006 04:30:49 -0000 1.464 @@ -863,6 +863,8 @@ push @{$File->{Warnings}}, $WID; $File->{T}->param($WID => TRUE, %{$params}); $File->{T}->param(have_warnings => TRUE); + $File->{E}->param($WID => TRUE, %{$params}); + $File->{E}->param(have_warnings => TRUE); $File->{S}->param($WID => TRUE, %{$params}); $File->{S}->param(have_warnings => TRUE); }
Received on Thursday, 12 October 2006 04:31:01 UTC