template: Fix typo.
authorJoey Hess <joey@kitenet.net>
Tue, 27 Apr 2010 16:10:58 +0000 (12:10 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 27 Apr 2010 16:10:58 +0000 (12:10 -0400)
IkiWiki/Plugin/template.pm
debian/changelog

index 52c482c380a706d1f9fd04e4dd74e02b63f26a53..b8c2f05b29ab4492453a91b16dff76f8d1521228 100644 (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},
index 411f67bd1f3938a33f734ad71aa7d26de5a0a801..b19840865e00dc709684e27a9c03b5e0ab3c6046 100644 (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 ]