From cb9a695443abb64b2bcce1316ccea5842adab9e7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 17 Oct 2008 22:04:43 -0400 Subject: [PATCH] fix url --- IkiWiki/Plugin/recentchanges.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.32.0.93.g670b81a890