summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/comments.pm
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-07-11 11:04:59 +0200
committerintrigeri <intrigeri@boum.org>2010-07-11 11:04:59 +0200
commitd6f9d7743167cb4b58f16f1e371585f09dc15a0b (patch)
tree7dfd2541f5447e2db60e7a8d192c51865404549a /IkiWiki/Plugin/comments.pm
parent4a1cb092baabda6182fd291dfc9810f6c8efb17e (diff)
parent192ce7a238af9021b0fd6dd571f22409af81ebaf (diff)
Merge remote branch 'upstream/filter-full' into prv/po
Diffstat (limited to 'IkiWiki/Plugin/comments.pm')
-rw-r--r--IkiWiki/Plugin/comments.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm
index f0eec9ace..851f4862e 100644
--- a/IkiWiki/Plugin/comments.pm
+++ b/IkiWiki/Plugin/comments.pm
@@ -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);