master
Joey Hess 2008-10-17 22:04:43 -04:00
parent 594243d615
commit cb9a695443
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ sub store ($$$) { #{{{
wikiname => $config{wikiname},
);
$template->param(permalink => $config{url}."$config{recentchangespage}/#change-".titlepage($change->{rev}))
$template->param(permalink => "$config{url}/$config{recentchangespage}/#change-".titlepage($change->{rev}))
if exists $config{url};
IkiWiki::run_hooks(pagetemplate => sub {