From: Joey Hess <joey@kodama.kitenet.net>
Date: Sat, 18 Oct 2008 02:04:43 +0000 (-0400)
Subject: fix url
X-Git-Tag: 2.68~186
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/cb9a695443abb64b2bcce1316ccea5842adab9e7?ds=sidebyside

fix url
---

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 {