validator/httpd/cgi-bin check,1.432.2.14,1.432.2.15

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

Modified Files:
      Tag: validator-0_7-branch
	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



Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.432.2.14
retrieving revision 1.432.2.15
diff -u -d -r1.432.2.14 -r1.432.2.15
--- check	26 Aug 2006 13:07:58 -0000	1.432.2.14
+++ check	12 Oct 2006 04:20:10 -0000	1.432.2.15
@@ -945,6 +945,8 @@
 
   $File->{T}->param($WID => TRUE, %{$params});
   $File->{T}->param(have_warnings => TRUE);
+  $File->{E}->param($WID => TRUE, %{$params});
+  $File->{E}->param(have_warnings => TRUE);
 }
 
 #

Received on Thursday, 12 October 2006 04:20:24 UTC