diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-12-12 15:10:17 -0500 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-12-12 15:10:17 -0500 |
commit | 18eeb068a6be7e45add2775a4014c85e3b41b465 (patch) | |
tree | 3a21340734f3eff1813423ee791dae3e4f633d15 | |
parent | 2a7849b8385c21dfa8a6f764a5e2cf8ea5f97070 (diff) |
don't explicitly use inline
loadplugin("inline") should take care of that
-rw-r--r-- | IkiWiki/Plugin/comments.pm | 3 |
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', |