X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/2eff1c64abaab87522a44fef6eac6cab10c95792..bd8d5a2b57713cae512c4f8dc41fe4b22dcbe941:/IkiWiki/Plugin/inline.pm?ds=sidebyside diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index c98888452..66cba027a 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -96,7 +96,7 @@ sub preprocess_inline (@) { #{{{ # TODO: if $params{archive} eq "no", the only reason to do this # is to let the meta plugin get page title info; so stop # calling this next line then once the meta plugin can - # store that accross runs. + # store that accross runs (also tags plugin). $template->param(content => get_inline_content($page, $params{page})); $template->param(ctime => displaytime($pagectime{$page}));