diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-30 03:41:45 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-04-30 03:41:45 +0000 |
commit | 5d5ce9f992707876b31d203c2358857c09fc8617 (patch) | |
tree | 116f63e34d13181d4d1cb59b252a01c62b68a811 | |
parent | 1071f422e50132f3ca6a71c02b2cd3eee60e8c3e (diff) |
put back OpenID label since we cannot rely on the label display
-rw-r--r-- | IkiWiki/Plugin/openid.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/openid.pm b/IkiWiki/Plugin/openid.pm index 99cf0a5a0..a24ee7519 100644 --- a/IkiWiki/Plugin/openid.pm +++ b/IkiWiki/Plugin/openid.pm @@ -30,7 +30,7 @@ sub formbuilder_setup (@) { #{{{ if ($form->title eq "signin") { $form->field( name => "openid_url", - label => "", + label => "OpenID", fieldset => gettext("Log in with")." ".htmllink("", "", "OpenID", noimageinline => 1), size => 30, comment => ($config{openidsignup} ? " | <a href=\"$config{openidsignup}\">".gettext("Get an OpenID")."</a>" : "") |