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

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

Modified Files:
	sendfeedback.pl 
Log Message:
simplifying name of uri param

Index: sendfeedback.pl
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/sendfeedback.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sendfeedback.pl	19 Jan 2005 07:43:33 -0000	1.2
+++ sendfeedback.pl	3 Feb 2005 06:53:04 -0000	1.3
@@ -147,7 +147,7 @@
 
 sub print_prefilled_form {
     $T->param(page_title => "Feedback for the Markup Validator");
-    $T->param(validated_uri => $validated_uri);
+    $T->param(uri => $validated_uri);
     $T->param(errmsg_id => $errmsg_id);
 #    $T->param(errlist => $errlist);
     $T->param(explanation => $errmsg_text);

Received on Thursday, 3 February 2005 06:53:07 UTC