diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-17 22:04:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-17 22:04:43 -0400 |
commit | cb9a695443abb64b2bcce1316ccea5842adab9e7 (patch) | |
tree | 38c3730e95ca344cc4ad871b8314cb1d257ac2ef | |
parent | 594243d615c7c24b0badf0462c5c02f1ada89b70 (diff) |
fix url
-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 { |