summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
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>";
}