X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/35c56622ea56c7d97299faba5e72b5a67fa25c66..575d4021e3a2da519f20d83be4916cb172ec5e2f:/IkiWiki/Plugin/recentchanges.pm diff --git a/IkiWiki/Plugin/recentchanges.pm b/IkiWiki/Plugin/recentchanges.pm index e124a4540..781e29723 100644 --- a/IkiWiki/Plugin/recentchanges.pm +++ b/IkiWiki/Plugin/recentchanges.pm @@ -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 {