master
joey 2007-07-28 20:54:58 +00:00
parent 7fa31b00b7
commit 3bbf5eb28a
2 changed files with 4 additions and 2 deletions

View File

@ -102,7 +102,7 @@ sub match_destpage ($$;@) { #{{{
} }
} #}}} } #}}}
sub match_included ($$;$) { #{{{ sub match_included ($$;@) { #{{{
shift; shift;
shift; shift;
my %params=@_; my %params=@_;

View File

@ -2,4 +2,6 @@ Is this a bug? IkiWiki/Plugins/conditional.pm:
`sub match_included ($$;$) { #{{{` `sub match_included ($$;$) { #{{{`
The other match_XXX functions seem to take ($$;@). --Ethan The other match_XXX functions seem to take ($$;@). --Ethan
> indeed, [[done]] --[[Joey]]