foo
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 06:30:54 +0000 (06:30 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sat, 11 Mar 2006 06:30:54 +0000 (06:30 +0000)
ikiwiki

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/\[\[\]\]/$pagesources{$page}/g;
                push @actions, "<a href=\"$url\">History</a>";
        }