From: joey Date: Sun, 3 Sep 2006 19:54:44 +0000 (+0000) Subject: * Fix another destpage issue in the inline directive. Closes: #385512 X-Git-Tag: 1.24~1 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f0393523c80d637fb8f5e4f0d6c3d64a18487e90 * Fix another destpage issue in the inline directive. Closes: #385512 again. --- diff --git a/IkiWiki/Plugin/inline.pm b/IkiWiki/Plugin/inline.pm index 8ceaa95e0..70d5be235 100644 --- a/IkiWiki/Plugin/inline.pm +++ b/IkiWiki/Plugin/inline.pm @@ -99,7 +99,7 @@ sub preprocess_inline (@) { #{{{ # Don't use htmllink because this way the title is separate # and can be overridden by other plugins. my $link=htmlpage(bestlink($params{page}, $page)); - $link=abs2rel($link, dirname($params{page})); + $link=abs2rel($link, dirname($params{destpage})); $template->param(pageurl => $link); $template->param(title => pagetitle(basename($page))); $template->param(content => $content); diff --git a/debian/changelog b/debian/changelog index b4c362ff5..a79158a4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,10 @@ ikiwiki (1.24) UNRELEASED; urgency=low * Simplify the data structure returned by rcs_recentchanges to avoid each rcs plugin needing to form complex strings on its own. + * Fix another destpage issue in the inline directive. Closes: #385512 + again. - -- Joey Hess Sun, 3 Sep 2006 13:32:34 -0400 + -- Joey Hess Sun, 3 Sep 2006 15:45:58 -0400 ikiwiki (1.23) unstable; urgency=low