]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/comments.pm
highlight: Ensure that other, more-specific format plugins, like txt are used in...
[git.ikiwiki.info.git] / IkiWiki / Plugin / comments.pm
index f0eec9ace54ca4dc06fe74c866034f84c0bc8388..851f4862eb3a5a39bb0afb387b35dfc60262024d 100644 (file)
@@ -143,8 +143,6 @@ sub preprocess {
        }
        $content =~ s/\\"/"/g;
 
-       $content = IkiWiki::filter($page, $params{destpage}, $content);
-
        if ($config{comments_allowdirectives}) {
                $content = IkiWiki::preprocess($page, $params{destpage},
                        $content);