fix autofile call

master
Joey Hess 2010-04-17 15:43:58 -04:00
parent adc196a8b5
commit 3651e6263c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ sub gentag ($) {
my $tagfile = newpagefile(tagpage($tag), $config{default_pageext});
$tagfile=~s/^\///;
add_autofile($tagfile, sub {
add_autofile($tagfile, "tag", sub {
debug(sprintf(gettext("creating tag page %s"), $tag));
my $template=template("autotag.tmpl");