]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/CGI.pm
minor improvements
[ikiwiki.git] / IkiWiki / CGI.pm
index 9315c290a22d0972a6341aaf1b1ab24ac9f8468d..c399ad8a6c414de4af8b374918542398a1e84ce2 100644 (file)
@@ -160,7 +160,7 @@ sub cgi_signin ($$) { #{{{
        $form->field(name => "password", type => "password", required => 0);
        if ($config{openid}) {
                $form->field(name => "openid_url", label => "OpenID",
        $form->field(name => "password", type => "password", required => 0);
        if ($config{openid}) {
                $form->field(name => "openid_url", label => "OpenID",
-                       comment => htmllink("", "", "OpenID", 1, 0, "What's this?"));
+                       comment => '('.htmllink("", "", "OpenID", 1, 0, "What's this?").')');
        }
        else {
                $form->field(name => "openid_url", type => "hidden");
        }
        else {
                $form->field(name => "openid_url", type => "hidden");