aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/recentchanges.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-17 22:04:43 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-17 22:04:43 -0400
commitcb9a695443abb64b2bcce1316ccea5842adab9e7 (patch)
tree38c3730e95ca344cc4ad871b8314cb1d257ac2ef /IkiWiki/Plugin/recentchanges.pm
parent594243d615c7c24b0badf0462c5c02f1ada89b70 (diff)
downloadikiwiki-cb9a695443abb64b2bcce1316ccea5842adab9e7.tar
ikiwiki-cb9a695443abb64b2bcce1316ccea5842adab9e7.tar.gz
fix url
Diffstat (limited to 'IkiWiki/Plugin/recentchanges.pm')
-rw-r--r--IkiWiki/Plugin/recentchanges.pm2
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 {