diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:29:08 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 13:29:08 -0500 |
commit | a4497591f958f3d2fb28ef597c7870bfc4db72e3 (patch) | |
tree | 7ef22ad0dbc9002eb77efa7185ae64fe420952f8 /IkiWiki/Plugin | |
parent | bb8b8787ef9477c027b9e5d8b7b5e1addfd1ca32 (diff) |
Revert "comments" (stupid commit)
This reverts commit bb8b8787ef9477c027b9e5d8b7b5e1addfd1ca32.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/template.pm | 3 |
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 () { |