master
joey 2006-03-11 06:30:54 +00:00
parent de0f43fa34
commit 7459d69d47
1 changed files with 1 additions and 1 deletions

View File

@ -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>";
}