X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/40959ce76d159cefaf0431ad2cc61ad35a9f99b1..2bd8ada5a619a1c32bf19f44e4f96e083ceb17b8:/IkiWiki/Plugin/pagetemplate.pm 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 (@) { #{{{