summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 06:30:54 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-03-11 06:30:54 +0000
commit7459d69d478aa4686245da5c59fce034317307ce (patch)
treef2ea82c71e50d40e507198a32f316bbe6895a332 /ikiwiki
parentde0f43fa344252585c647c39ee990f7cef8b838a (diff)
foo
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki b/ikiwiki
index 4b50cb620..daf9c6d90 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -271,7 +271,7 @@ sub finalize ($$) { #{{{
}
if (length $historyurl) {
my $url=$historyurl;
- $url=~s/\[\[\]\]/$page/g;
+ $url=~s/\[\[\]\]/$pagesources{$page}/g;
push @actions, "<a href=\"$url\">History</a>";
}