diff --git a/lib/WebGUI/Auth.pm b/lib/WebGUI/Auth.pm
index ed13ce405..57d0dcdce 100644
--- a/lib/WebGUI/Auth.pm
+++ b/lib/WebGUI/Auth.pm
@@ -244,7 +244,7 @@ sub createAccount {
$vars->{'create.form.submit'} = WebGUI::Form::submit({});
$vars->{'create.form.footer'} = "";
- $vars->{'create.options.accountExists'} = ''.WebGUI::International::get(58).'';
+ $vars->{'create.options.accountExists'} = ''.WebGUI::International::get(58).'';
if ($self->getSetting("passwordRecovery")) {
$vars->{'create.options.passwordRecovery'} = ''.WebGUI::International::get(59).'';
@@ -648,7 +648,7 @@ sub new {
$self->{error} = "";
$self->{profile} = ();
$self->{warning} = "";
- my @callable = ('init',@{$_[2]});
+ my @callable = ('init', @{$_[2]});
$self->{callable} = \@callable;
bless($self);
return $self;
@@ -708,7 +708,7 @@ sub recoverPassword {
$vars->{'recover.form.submit'} = WebGUI::Form::submit({});
$vars->{'recover.form.footer'} = "";
- $vars->{'recover.options.accountExists'} = ''.WebGUI::International::get(73).'';
+ $vars->{'recover.options.accountExists'} = ''.WebGUI::International::get(73).'';
if ($session{setting}{anonymousRegistration}) {
$vars->{'recover.options.anonymousRegistration'} = ''.WebGUI::International::get(67).'';
}