summaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-12-12 15:10:17 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-12-12 15:10:17 -0500
commit18eeb068a6be7e45add2775a4014c85e3b41b465 (patch)
tree3a21340734f3eff1813423ee791dae3e4f633d15 /IkiWiki
parent2a7849b8385c21dfa8a6f764a5e2cf8ea5f97070 (diff)
don't explicitly use inline
loadplugin("inline") should take care of that
Diffstat (limited to 'IkiWiki')
-rw-r--r--IkiWiki/Plugin/comments.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm
index f612f8947..4999c3f24 100644
--- a/IkiWiki/Plugin/comments.pm
+++ b/IkiWiki/Plugin/comments.pm
@@ -555,9 +555,6 @@ sub pagetemplate (@) { #{{{
}
if ($shown) {
- eval q{use IkiWiki::Plugin::inline};
- error($@) if $@;
-
$comments = IkiWiki::preprocess_inline(
pages => "internal($page/${comments_pagename}*)",
template => 'comments_display',