template: Fix typo.
parent
9daf3db277
commit
0e7a3640ae
|
@ -53,7 +53,7 @@ sub preprocess (@) {
|
||||||
|
|
||||||
foreach my $param (keys %params) {
|
foreach my $param (keys %params) {
|
||||||
my $value=IkiWiki::preprocess($params{page}, $params{destpage},
|
my $value=IkiWiki::preprocess($params{page}, $params{destpage},
|
||||||
IkiWiki::filter($params{page}, $params{destpagea},
|
IkiWiki::filter($params{page}, $params{destpage},
|
||||||
$params{$param}), $scan);
|
$params{$param}), $scan);
|
||||||
if ($template->query(name => $param)) {
|
if ($template->query(name => $param)) {
|
||||||
my $htmlvalue=IkiWiki::htmlize($params{page}, $params{destpage},
|
my $htmlvalue=IkiWiki::htmlize($params{page}, $params{destpage},
|
||||||
|
|
|
@ -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
|
ikiwiki (3.20100427) unstable; urgency=low
|
||||||
|
|
||||||
[ Joey Hess ]
|
[ Joey Hess ]
|
||||||
|
|
Loading…
Reference in New Issue