projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4d4e1
)
ugly fix for parentlink back to top of wiki
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 14 Mar 2006 04:54:50 +0000
(
04:54
+0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 14 Mar 2006 04:54:50 +0000
(
04:54
+0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index add62773966dbe048ecb6ce78b164bb732ff43a8..f95ea0f09c45a2f96c158ab87c4efb65519a00fe 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-314,6
+314,7
@@
sub parentlinks ($) { #{{{
}
$path.="../";
}
+ $path=~s!../!!;
unshift @ret, { url => $path , page => $config{wikiname} };
return @ret;
} #}}}