- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 08 Mar 2010 21:15:35 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv20208/httpd/cgi-bin
Modified Files:
sendfeedback.pl
Log Message:
Don't output X-W3C headers or valid/invalid icon for the feedback doc.
Index: sendfeedback.pl
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/sendfeedback.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- sendfeedback.pl 26 Jan 2010 18:45:41 -0000 1.21
+++ sendfeedback.pl 8 Mar 2010 21:15:33 -0000 1.22
@@ -157,9 +157,10 @@
sub print_prefilled_form
{
- $T->param(page_title => "Feedback");
- $T->param(uri => $validated_uri);
- $T->param(errmsg_id => $errmsg_id);
+ $T->param(page_title => "Feedback");
+ $T->param(is_feedback => 1);
+ $T->param(uri => $validated_uri);
+ $T->param(errmsg_id => $errmsg_id);
# $T->param(errlist => $errlist);
$T->param(explanation => $errmsg_text);
Received on Monday, 8 March 2010 21:15:37 UTC