- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 11 Jun 2007 18:33:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv10361/httpd/cgi-bin Modified Files: check Log Message: make feedback link absolute (especially for soap output) Patch by Brett Bieber http://www.w3.org/Bugs/Public/show_bug.cgi?id=4612 Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.524 retrieving revision 1.525 diff -u -d -r1.524 -r1.525 --- check 22 May 2007 06:45:16 -0000 1.524 +++ check 11 Jun 2007 18:33:57 -0000 1.525 @@ -1554,6 +1554,7 @@ my $escaped_uri = uri_escape($File->{URI}); $_msg =~ s/<!--URI-->/$escaped_uri/g; } + $_msg =~ s/<!--CFG_HOME_PAGE-->/$CFG->{'Home Page'}/g; $explanation = " $_msg\n$explanation"; # The send feedback plea. }
Received on Monday, 11 June 2007 18:34:04 UTC