]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/template.pm
fixes
[ikiwiki.git] / IkiWiki / Plugin / template.pm
index 5b4eeb3a8f66f609f42a6a2f13df0e138c00540f..7e23306cb6a96f1ffd1e075760966b0039ca2164 100644 (file)
@@ -44,7 +44,6 @@ sub preprocess (@) { #{{{
                $template->param($param => $params{$param});
        }
 
-
        return IkiWiki::preprocess($params{page}, $params{destpage},
                $template->output);
 } # }}}