aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlqWSY9PNYRysA9vrU-JiQh7-s7q6SOcIE <Fergus@web>2012-03-15 19:00:48 -0400
committeradmin <admin@branchable.com>2012-03-15 19:00:48 -0400
commitc877488f5210a977886ea6487b9b90b90fe5a6f5 (patch)
tree6c3b81c7cc7afa13f704289c221a01e1cea8f37c /doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn
parenta69cb46c52c003dacd47a8372d477a57ba833db8 (diff)
downloadikiwiki-c877488f5210a977886ea6487b9b90b90fe5a6f5.tar
ikiwiki-c877488f5210a977886ea6487b9b90b90fe5a6f5.tar.gz
Diffstat (limited to 'doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn')
-rw-r--r--doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn b/doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn
index 4a9d38587..fb8b7095c 100644
--- a/doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn
+++ b/doc/todo/allow_TMPL__95__LOOP_in_template_directives.mdwn
@@ -192,7 +192,7 @@ NB: this *should* be 100% backwards compatible.
my $page = $params{page}->[$#{$params{page}}] ;
my $destpage = $params{destpage}->[$#{$params{destpage}}] ;
# ... and an essential one for the production pass
- $params{basename} = IkiWiki::basename($page) ;
+ $params{basename} = [ IkiWiki::basename($page) ] ;
# load the template
my $template ;