fix url
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 18 Oct 2008 02:04:43 +0000 (22:04 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 18 Oct 2008 02:04:43 +0000 (22:04 -0400)
IkiWiki/Plugin/recentchanges.pm

index e124a454089b2470907c19556461b84a8956966e..781e297230460bcae757f68ec79a593a4fb876c1 100644 (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 {