From: joey Date: Mon, 30 Apr 2007 03:41:45 +0000 (+0000) Subject: put back OpenID label since we cannot rely on the label display X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/5d5ce9f992707876b31d203c2358857c09fc8617?ds=sidebyside put back OpenID label since we cannot rely on the label display --- 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} ? " | ".gettext("Get an OpenID")."" : "")