template: Fix typo.

master
Joey Hess 2010-04-27 12:10:58 -04:00
parent 9daf3db277
commit 0e7a3640ae
2 changed files with 7 additions and 1 deletions

View File

@ -53,7 +53,7 @@ sub preprocess (@) {
foreach my $param (keys %params) {
my $value=IkiWiki::preprocess($params{page}, $params{destpage},
IkiWiki::filter($params{page}, $params{destpagea},
IkiWiki::filter($params{page}, $params{destpage},
$params{$param}), $scan);
if ($template->query(name => $param)) {
my $htmlvalue=IkiWiki::htmlize($params{page}, $params{destpage},

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ikiwiki (3.20100428) UNRELEASED; urgency=low
* template: Fix typo.
-- Joey Hess <joeyh@debian.org> Tue, 27 Apr 2010 12:10:51 -0400
ikiwiki (3.20100427) unstable; urgency=low
[ Joey Hess ]