validator/httpd/cgi-bin sendfeedback.pl,1.1,1.2

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

Modified Files:
	sendfeedback.pl 
Log Message:
addig title - commenting out unused bits of code

Index: sendfeedback.pl
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/sendfeedback.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sendfeedback.pl	27 Dec 2004 05:11:20 -0000	1.1
+++ sendfeedback.pl	19 Jan 2005 07:43:33 -0000	1.2
@@ -146,9 +146,10 @@
 }
 
 sub print_prefilled_form {
+    $T->param(page_title => "Feedback for the Markup Validator");
     $T->param(validated_uri => $validated_uri);
     $T->param(errmsg_id => $errmsg_id);
-    $T->param(errlist => $errlist);
+#    $T->param(errlist => $errlist);
     $T->param(explanation => $errmsg_text);
     print $T->output;
 }
@@ -156,7 +157,7 @@
 
 
 process_query;
-error_choices;
+#error_choices;
 print_prefilled_form;
 
 # END

Received on Wednesday, 19 January 2005 07:43:35 UTC