- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 Feb 2009 22:35:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv3378/httpd/cgi-bin Modified Files: check Log Message: fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=6248 by passing homepage parameter to Unicorn template - thanks to Karl Dubost for help in patching Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.640 retrieving revision 1.641 diff -u -d -r1.640 -r1.641 --- check 30 Jan 2009 21:16:26 -0000 1.640 +++ check 2 Feb 2009 22:35:53 -0000 1.641 @@ -397,6 +397,7 @@ $File->{Templates}->{Result}->param(cfg_home_page => $CFG->{'Home Page'}); $File->{Templates}->{SOAP}->param(cfg_home_page => $CFG->{'Home Page'}); +$File->{Templates}->{UCN}->param(cfg_home_page => $CFG->{'Home Page'}); undef $lang; undef %template_defaults;
Received on Monday, 2 February 2009 22:36:04 UTC