Merge branch 'filter-full'
[ikiwiki.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);