remove silly space
git-svn-id: file:///home/shish/svn/shimmie2/trunk@132 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
c6e94ef393
commit
83ab72332e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ class UserPage extends Extension {
|
|||
|
||||
if(is_a($event, 'SetupBuildingEvent')) {
|
||||
$sb = new SetupBlock("User Options");
|
||||
$sb->add_bool_option("login_signup_enabled", "<br>Allow new signups: ");
|
||||
$sb->add_bool_option("login_signup_enabled", "Allow new signups: ");
|
||||
$sb->add_longtext_option("login_tac", "<br>Terms & Conditions:<br>");
|
||||
$event->panel->add_main_block($sb);
|
||||
}
|
||||
|
|
Reference in a new issue