diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-14 20:29:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-14 20:29:16 -0400 |
commit | d80a649073ecabe70870fbe01dfcdf6fc8735201 (patch) | |
tree | bf21212f9fd5947829a298bd0b7029823ab9bcf7 /IkiWiki | |
parent | bbe971881a7a3c03dfdb5312215c434e35eff94e (diff) | |
download | ikiwiki-d80a649073ecabe70870fbe01dfcdf6fc8735201.tar ikiwiki-d80a649073ecabe70870fbe01dfcdf6fc8735201.tar.gz |
bugfix
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/recentchanges.pm | 2 |
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")); } } |