]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/template.pm
* Fix the template, toggle, and conditional plugins to filter text before
[ikiwiki.git] / IkiWiki / Plugin / template.pm
index 23d9d65d88835c12f81ea27134221965f89754dc..16a3c1e37e49f406861b1b2526ba2898b2ff92fd 100644 (file)
@@ -50,7 +50,8 @@ sub preprocess (@) { #{{{
        }
 
        return IkiWiki::preprocess($params{page}, $params{destpage},
-               $template->output);
+               IkiWiki::filter($params{page},
+               $template->output));
 } # }}}
 
 1