projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
594243d
)
fix url
author
Joey Hess
<joey@kodama.kitenet.net>
Sat, 18 Oct 2008 02:04:43 +0000
(22:04 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Sat, 18 Oct 2008 02:04:43 +0000
(22:04 -0400)
IkiWiki/Plugin/recentchanges.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/recentchanges.pm
b/IkiWiki/Plugin/recentchanges.pm
index e124a454089b2470907c19556461b84a8956966e..781e297230460bcae757f68ec79a593a4fb876c1 100644
(file)
--- 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 {