projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe9718
)
bugfix
author
Joey Hess
<joey@kitenet.net>
Sat, 15 May 2010 00:29:16 +0000
(20:29 -0400)
committer
Joey Hess
<joey@kitenet.net>
Sat, 15 May 2010 00:29:16 +0000
(20:29 -0400)
IkiWiki/Plugin/recentchanges.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Plugin/recentchanges.pm
b/IkiWiki/Plugin/recentchanges.pm
index 7eba931be537be30790b094598c16536aa42a15f..0ee8f0e6671fcb9be708cab7a9e230a9587baded 100644
(file)
--- a/
IkiWiki/Plugin/recentchanges.pm
+++ b/
IkiWiki/Plugin/recentchanges.pm
@@
-70,7
+70,7
@@
sub pageactions (@) {
if (defined $config{recentchangespage} && $config{rcs} &&
$page ne $config{recentchangespage}) {
return htmllink($page, $page, $config{recentchangespage},
- gettext("RecentChanges"));
+
linktext =>
gettext("RecentChanges"));
}
}