diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 06:30:54 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-11 06:30:54 +0000 |
commit | 7459d69d478aa4686245da5c59fce034317307ce (patch) | |
tree | f2ea82c71e50d40e507198a32f316bbe6895a332 /ikiwiki | |
parent | de0f43fa344252585c647c39ee990f7cef8b838a (diff) |
foo
Diffstat (limited to 'ikiwiki')
-rwxr-xr-x | ikiwiki | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>"; } |