]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/openid.pm
web commit by JoshTriplett: Don't show any subpages of todo pages.
[git.ikiwiki.info.git] / IkiWiki / Plugin / openid.pm
index 5d387fbc6602e5e091203870e01e1a2a43fda294..34cd157f52069169d63bec134c5bf9d2a5c35c59 100644 (file)
@@ -4,7 +4,7 @@ package IkiWiki::Plugin::openid;
 
 use warnings;
 use strict;
-use IkiWiki;
+use IkiWiki 2.00;
 
 sub import { #{{{
        hook(type => "getopt", id => "openid", call => \&getopt);
@@ -33,7 +33,7 @@ sub formbuilder_setup (@) { #{{{
                        label => "OpenID",
                        size => 30,
                        comment => '('.
-                               htmllink("", "", "OpenID", 1, 0, gettext("What's this?"))
+                               htmllink("", "", "OpenID", noimageinline => 1, linktext => gettext("What's this?"))
                                .($config{openidsignup} ? " | <a href=\"$config{openidsignup}\">".gettext("Get an OpenID")."</a>" : "")
                                .')'
                );