X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/47f1b10f41e43fab04c61e9bd7c31833ff713322..faef45c2e723c9fbc80d1d84b8481367204719b7:/bin/mozilla/login.pl diff --git a/bin/mozilla/login.pl b/bin/mozilla/login.pl index 39890982d..72032f3df 100644 --- a/bin/mozilla/login.pl +++ b/bin/mozilla/login.pl @@ -188,7 +188,7 @@ sub company_logo { $myconfig{address} =~ s/\\n/
/g; $myconfig{dbhost} = $locale->text('localhost') unless $myconfig{dbhost}; - map { $form->{$_} = $myconfig{$_} } qw(charset stylesheet); + $form->{stylesheet} = $myconfig{stylesheet}; $form->{title} = $locale->text('About');