projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aed42eb
)
parentlinks: fixed links when po plugin is enabled
author
intrigeri
<intrigeri@boum.org>
Wed, 12 Nov 2008 16:36:00 +0000
(17:36 +0100)
committer
intrigeri
<intrigeri@boum.org>
Wed, 12 Nov 2008 16:36:00 +0000
(17:36 +0100)
(and usedirs is disabled)
Signed-off-by: intrigeri <intrigeri@boum.org>
IkiWiki/Plugin/parentlinks.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/parentlinks.pm
b/IkiWiki/Plugin/parentlinks.pm
index a8b3641e922a43e51a5d295ce64c6ad042890726..9095dabdaf176726b6a514e9edb605c8d06eb4e3 100644
(file)
--- a/
IkiWiki/Plugin/parentlinks.pm
+++ b/
IkiWiki/Plugin/parentlinks.pm
@@
-36,7
+36,7
@@
sub parentlinks ($) { #{{{
$depth=$i;
$height=($pagedepth - $depth);
push @ret, {
- url => urlto(
$path
, $page),
+ url => urlto(
bestlink($page, $path)
, $page),
page => $title,
depth => $depth,
height => $height,