diff options
-rw-r--r-- | IkiWiki/Plugin/recentchanges.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |