X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/bfab23ce33c86f03bff6fb5c36f7bf082fe2cbcf..9ec9d6901d444af48555abf7b4c26d1965c46017:/IkiWiki/Plugin/listdirectives.pm diff --git a/IkiWiki/Plugin/listdirectives.pm b/IkiWiki/Plugin/listdirectives.pm index 6f8ddb06a..fc8927ccb 100644 --- a/IkiWiki/Plugin/listdirectives.pm +++ b/IkiWiki/Plugin/listdirectives.pm @@ -84,7 +84,7 @@ sub preprocess (@) { #{{{ foreach my $plugin (@pluginlist) { $result .= '
  • '; - my $link=IkiWiki::linkpage($config{directive_description_dir}."/".$plugin); + my $link=linkpage($config{directive_description_dir}."/".$plugin); add_depends($params{page}, $link); $result .= htmllink($params{page}, $params{destpage}, $link); $result .= '
  • ';