validator/httpd/cgi-bin check,1.559,1.560

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

Modified Files:
	check 
Log Message:
patch by Brett Bieber for Bug/Enhancement 4342
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4342

including the content for revalidation even when using upload or direct input.




Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.559
retrieving revision 1.560
diff -u -d -r1.559 -r1.560
--- check	3 Sep 2007 06:57:41 -0000	1.559
+++ check	5 Sep 2007 08:14:32 -0000	1.560
@@ -961,8 +961,7 @@
 
 $template->param(file_warnings => $File->{Warnings});
 $template->param(tidy_output => $File->{'Tidy'});
-$template->param(file_source => &source($File))
-  if $template->param('opt_show_source');
+$template->param(file_source => &source($File));
 #$template->param('opt_show_esis' => TRUE)
 #  if $File->{Opt}->{'Show ESIS'};
 #$template->param('opt_show_raw_errors' => TRUE)

Received on Wednesday, 5 September 2007 08:14:46 UTC