aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-14 20:29:16 -0400
committerJoey Hess <joey@kitenet.net>2010-05-14 20:29:16 -0400
commitd80a649073ecabe70870fbe01dfcdf6fc8735201 (patch)
treebf21212f9fd5947829a298bd0b7029823ab9bcf7
parentbbe971881a7a3c03dfdb5312215c434e35eff94e (diff)
downloadikiwiki-d80a649073ecabe70870fbe01dfcdf6fc8735201.tar
ikiwiki-d80a649073ecabe70870fbe01dfcdf6fc8735201.tar.gz
bugfix
-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 7eba931be..0ee8f0e66 100644
--- 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"));
}
}