From: joey Date: Sat, 11 Mar 2006 06:30:54 +0000 (+0000) Subject: foo X-Git-Tag: 1.0~464 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=7459d69d478aa4686245da5c59fce034317307ce;ds=sidebyside foo --- 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, "History"; }