]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/openid.pm
* shortcut: Expand %S to the raw input text, not url-encoded.
[ikiwiki.git] / IkiWiki / Plugin / openid.pm
index ab9fc560b3e415da3206a297f9645690fe9678ba..e8dbe964ffb2e901f759e22bb72aaf8ebec11c8a 100644 (file)
@@ -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>" : "")