diff options
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/pagetemplate.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Plugin/pagetemplate.pm b/IkiWiki/Plugin/pagetemplate.pm index b5ebf623d..69a2433a8 100644 --- a/IkiWiki/Plugin/pagetemplate.pm +++ b/IkiWiki/Plugin/pagetemplate.pm @@ -25,6 +25,7 @@ sub preprocess (@) { #{{{ $templates{$params{page}}=$params{template}; } + return ""; } # }}} sub templatefile (@) { #{{{ |