projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03ae087
)
typo
author
Joey Hess
<joey@gnu.kitenet.net>
Tue, 6 Oct 2009 22:45:22 +0000
(18:45 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Tue, 6 Oct 2009 22:45:22 +0000
(18:45 -0400)
IkiWiki/Render.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Render.pm
b/IkiWiki/Render.pm
index 8f9cbf673e481b9e1a291f6b0d58673f895d5917..e28381c3332b848d442ffe943ad0fd86f5b141f6 100644
(file)
--- 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)) {