minor improvements

master
joey 2006-11-20 06:22:19 +00:00
parent e81c14a69f
commit e7ee388ea1
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ sub defaultconfig () { #{{{
wiki_file_prune_regexp => qr{((^|/).svn/|\.\.|^\.|\/\.|\.x?html?$|\.rss$|\.atom$|.arch-ids/|{arch}/)},
wiki_link_regexp => qr/\[\[(?:([^\]\|]+)\|)?([^\s\]]+)\]\]/,
wiki_file_regexp => qr/(^[-[:alnum:]_.:\/+]+$)/,
web_commit_regexp => qr/^web commit (by (.*?(?=: )|[^:]+)|from (\d+\.\d+\.\d+\.\d+)):?(.*)/,
web_commit_regexp => qr/^web commit (by (.*?(?=: |$)|[^:]+)|from (\d+\.\d+\.\d+\.\d+)):?(.*)/,
verbose => 0,
syslog => 0,
wikiname => "wiki",

View 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",
comment => htmllink("", "", "OpenID", 1, 0, "What's this?"));
comment => '('.htmllink("", "", "OpenID", 1, 0, "What's this?").')');
}
else {
$form->field(name => "openid_url", type => "hidden");