summaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/openid.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2007-12-08 15:59:08 -0500
committerJoey Hess <joey@kitenet.net>2007-12-08 15:59:08 -0500
commit7960031135e74f6d36abc4294dbadb687117222c (patch)
tree482778fb123b930018c62bb72464264c60c51bf2 /IkiWiki/Plugin/openid.pm
parent7b125b45b025bc92e67ef6e9984f7eb5a1970987 (diff)
MAJOR basewiki reorg
Including redir pages for the moved basewiki pages. These will be removed in a future release.
Diffstat (limited to 'IkiWiki/Plugin/openid.pm')
-rw-r--r--IkiWiki/Plugin/openid.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm
index ab9fc560b..e8dbe964f 100644
--- a/IkiWiki/Plugin/openid.pm
+++ b/IkiWiki/Plugin/openid.pm
@@ -42,7 +42,7 @@ sub formbuilder_setup (@) { #{{{
$form->field(
name => "openid_url",
- label => gettext("Log in with")." ".htmllink("", "", "OpenID", noimageinline => 1),
+ label => gettext("Log in with")." ".htmllink("", "", "ikiwiki/OpenID", noimageinline => 1),
fieldset => "OpenID",
size => 30,
comment => ($config{openidsignup} ? " | <a href=\"$config{openidsignup}\">".gettext("Get an OpenID")."</a>" : "")