fix links to sparklines; abs2rel -> urlto

master
joey 2007-04-01 20:25:27 +00:00
parent 7910c2c7f6
commit 6351ae2ac4
2 changed files with 3 additions and 5 deletions

View File

@ -156,9 +156,7 @@ sub preprocess (@) { #{{{
}
}
return '<img src="'.
IkiWiki::abs2rel($fn, IkiWiki::dirname($params{destpage})).
'" alt="graph" />';
return '<img src="'.urlto($fn, $params{destpage}).'" alt="graph" />';
} # }}}
1

4
debian/NEWS vendored
View File

@ -1,7 +1,7 @@
ikiwiki (1.49) unstable; urgency=low
Third-party plugins that use htmlpage() may need changes to support the
new "userdir" option.
Third-party plugins that use htmlpage() or abs2rel() to generate links
may need changes to support the new "userdir" option.
-- Joey Hess <joeyh@debian.org> Sun, 01 Apr 2007 16:20:09 -0400