don't explicitly use inline

loadplugin("inline") should take care of that
master
Joey Hess 2008-12-12 15:10:17 -05:00
parent 2a7849b838
commit 18eeb068a6
1 changed files with 0 additions and 3 deletions

View File

@ -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',