summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki/Plugin/conditional.pm2
-rw-r--r--doc/bugs/weird_signature_in_match__95__included__40____41__.mdwn4
2 files changed, 4 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/conditional.pm b/IkiWiki/Plugin/conditional.pm
index 68ed36cc9..2a25135fe 100644
--- a/IkiWiki/Plugin/conditional.pm
+++ b/IkiWiki/Plugin/conditional.pm
@@ -102,7 +102,7 @@ sub match_destpage ($$;@) { #{{{
}
} #}}}
-sub match_included ($$;$) { #{{{
+sub match_included ($$;@) { #{{{
shift;
shift;
my %params=@_;
diff --git a/doc/bugs/weird_signature_in_match__95__included__40____41__.mdwn b/doc/bugs/weird_signature_in_match__95__included__40____41__.mdwn
index a638ef770..cd9f27735 100644
--- a/doc/bugs/weird_signature_in_match__95__included__40____41__.mdwn
+++ b/doc/bugs/weird_signature_in_match__95__included__40____41__.mdwn
@@ -2,4 +2,6 @@ Is this a bug? IkiWiki/Plugins/conditional.pm:
`sub match_included ($$;$) { #{{{`
-The other match_XXX functions seem to take ($$;@). --Ethan \ No newline at end of file
+The other match_XXX functions seem to take ($$;@). --Ethan
+
+> indeed, [[done]] --[[Joey]]