aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/CGI.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-20 06:22:19 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-11-20 06:22:19 +0000
commite7ee388ea1eb9b0c9625df828a3f565636acbc9c (patch)
treec9543f3de22e44b9708f9ec6c2b248144aaeffcf /IkiWiki/CGI.pm
parente81c14a69f714c0670cd512d4fb4caac2ebcc3da (diff)
downloadikiwiki-e7ee388ea1eb9b0c9625df828a3f565636acbc9c.tar
ikiwiki-e7ee388ea1eb9b0c9625df828a3f565636acbc9c.tar.gz
minor improvements
Diffstat (limited to 'IkiWiki/CGI.pm')
-rw-r--r--IkiWiki/CGI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm
index 9315c290a..c399ad8a6 100644
--- a/IkiWiki/CGI.pm
+++ b/IkiWiki/CGI.pm
@@ -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",
- comment => htmllink("", "", "OpenID", 1, 0, "What's this?"));
+ comment => '('.htmllink("", "", "OpenID", 1, 0, "What's this?").')');
}
else {
$form->field(name => "openid_url", type => "hidden");