projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de0f43f
)
foo
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 06:30:54 +0000
(06:30 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 06:30:54 +0000
(06:30 +0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index 4b50cb620ee7b6ff345ab484294f41737b77b115..daf9c6d9069b30a3b857edc7240634c249a758be 100755
(executable)
--- a/
ikiwiki
+++ b/
ikiwiki
@@
-271,7
+271,7
@@
sub finalize ($$) { #{{{
}
if (length $historyurl) {
my $url=$historyurl;
- $url=~s/\[\[\]\]/$page/g;
+ $url=~s/\[\[\]\]/$page
sources{$page}
/g;
push @actions, "<a href=\"$url\">History</a>";
}