aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/template.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-17 13:29:08 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-17 13:29:08 -0500
commita4497591f958f3d2fb28ef597c7870bfc4db72e3 (patch)
tree7ef22ad0dbc9002eb77efa7185ae64fe420952f8 /IkiWiki/Plugin/template.pm
parentbb8b8787ef9477c027b9e5d8b7b5e1addfd1ca32 (diff)
downloadikiwiki-a4497591f958f3d2fb28ef597c7870bfc4db72e3.tar
ikiwiki-a4497591f958f3d2fb28ef597c7870bfc4db72e3.tar.gz
Revert "comments" (stupid commit)
This reverts commit bb8b8787ef9477c027b9e5d8b7b5e1addfd1ca32.
Diffstat (limited to 'IkiWiki/Plugin/template.pm')
-rw-r--r--IkiWiki/Plugin/template.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/template.pm b/IkiWiki/Plugin/template.pm
index b872f0962..57bff20ff 100644
--- a/IkiWiki/Plugin/template.pm
+++ b/IkiWiki/Plugin/template.pm
@@ -10,8 +10,7 @@ use Encode;
sub import {
hook(type => "getsetup", id => "template", call => \&getsetup);
- hook(type => "preprocess", id => "template", call => \&preprocess,
- scan => 1);
+ hook(type => "preprocess", id => "template", call => \&preprocess);
}
sub getsetup () {