projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adc196a
)
fix autofile call
author
Joey Hess
<joey@kitenet.net>
Sat, 17 Apr 2010 19:43:58 +0000
(15:43 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sat, 17 Apr 2010 19:43:58 +0000
(15:43 -0400)
IkiWiki/Plugin/tag.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/tag.pm
b/IkiWiki/Plugin/tag.pm
index 1145a9f130966d4c69b1a6ce6b8373fdbaf0eafd..957b012efcde187d7255d0801ddeda50bc9502cc 100644
(file)
--- a/
IkiWiki/Plugin/tag.pm
+++ b/
IkiWiki/Plugin/tag.pm
@@
-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");