- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Feb 2005 00:18:53 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv12828/httpd/cgi-bin
Modified Files:
sendfeedback.pl
Log Message:
fixing page title for non-results, template-based pages (i.e only feedback for now, but more later perhaps)
Index: sendfeedback.pl
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/sendfeedback.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- sendfeedback.pl 3 Feb 2005 06:53:04 -0000 1.3
+++ sendfeedback.pl 25 Feb 2005 00:18:51 -0000 1.4
@@ -146,7 +146,7 @@
}
sub print_prefilled_form {
- $T->param(page_title => "Feedback for the Markup Validator");
+ $T->param(page_title => "Feedback");
$T->param(uri => $validated_uri);
$T->param(errmsg_id => $errmsg_id);
# $T->param(errlist => $errlist);
Received on Friday, 25 February 2005 00:18:54 UTC