bugfix
authorJoey Hess <joey@kitenet.net>
Sat, 15 May 2010 00:29:16 +0000 (20:29 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 15 May 2010 00:29:16 +0000 (20:29 -0400)
IkiWiki/Plugin/recentchanges.pm

index 7eba931be537be30790b094598c16536aa42a15f..0ee8f0e6671fcb9be708cab7a9e230a9587baded 100644 (file)
@@ -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"));
        }
 }