typo
parent
03ae087b43
commit
ee56af29e1
|
@ -557,7 +557,7 @@ sub render_dependent ($$$$$$$) {
|
||||||
my $in=sub {
|
my $in=sub {
|
||||||
my $list=shift;
|
my $list=shift;
|
||||||
my $type=shift;
|
my $type=shift;
|
||||||
foreach my $file ($list) {
|
foreach my $file (@$list) {
|
||||||
next if $file eq $f;
|
next if $file eq $f;
|
||||||
my $page=pagename($file);
|
my $page=pagename($file);
|
||||||
if ($sub->($page, location => $p)) {
|
if ($sub->($page, location => $p)) {
|
||||||
|
|
Loading…
Reference in New Issue