From: Joey Hess Date: Sat, 15 May 2010 00:29:16 +0000 (-0400) Subject: bugfix X-Git-Tag: 3.20100515~19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d80a649073ecabe70870fbe01dfcdf6fc8735201;p=ikiwiki.git bugfix --- 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")); } }