]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/pagetemplate.pm
Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info
[ikiwiki.git] / IkiWiki / Plugin / pagetemplate.pm
index b5ebf623d19a08d94e669ce1940534141e46e0e1..69a2433a8ffb1d74119762c8d9aeae3e3cedae01 100644 (file)
@@ -25,6 +25,7 @@ sub preprocess (@) { #{{{
                $templates{$params{page}}=$params{template};
        }
 
+       return "";
 } # }}}
 
 sub templatefile (@) { #{{{