diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-06 18:45:22 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-06 18:45:22 -0400 |
commit | ee56af29e189a7ca0f2a814a76d9086b6f41af9a (patch) | |
tree | d0b97d8f8d934d4d41f6ea2a29e4f5573cc66147 | |
parent | 03ae087b437ce7a91253fe256facf59b971ae3fc (diff) |
typo
-rw-r--r-- | IkiWiki/Render.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index 8f9cbf673..e28381c33 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -557,7 +557,7 @@ sub render_dependent ($$$$$$$) { my $in=sub { my $list=shift; my $type=shift; - foreach my $file ($list) { + foreach my $file (@$list) { next if $file eq $f; my $page=pagename($file); if ($sub->($page, location => $p)) { |