diff options
author | Joey Hess <joey@kitenet.net> | 2010-04-27 12:10:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-04-27 12:10:58 -0400 |
commit | 0e7a3640aec280eb19330285308af6ad7535627f (patch) | |
tree | afde44dce92438f6a97da88ea0d5c9ae727876cc /IkiWiki | |
parent | 9daf3db277c31d3ce434253af2dfb7e0e436b5f9 (diff) | |
download | ikiwiki-0e7a3640aec280eb19330285308af6ad7535627f.tar ikiwiki-0e7a3640aec280eb19330285308af6ad7535627f.tar.gz |
template: Fix typo.
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/template.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/template.pm b/IkiWiki/Plugin/template.pm index 52c482c38..b8c2f05b2 100644 --- a/IkiWiki/Plugin/template.pm +++ b/IkiWiki/Plugin/template.pm @@ -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}, |