]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/login.pl
Änderungen zur Unterstützung von anderen Zeichensätzen als ISO-8859-1(5) implementier...
[mfinanz.git] / bin / mozilla / login.pl
index 39890982d56b9c5501814ab7e1a48b8cb6f6b778..72032f3df8a573bdf0c30cf0992077ec59865f3e 100644 (file)
@@ -188,7 +188,7 @@ sub company_logo {
   $myconfig{address} =~ s/\\n/<br>/g;
   $myconfig{dbhost} = $locale->text('localhost') unless $myconfig{dbhost};
 
-  map { $form->{$_} = $myconfig{$_} } qw(charset stylesheet);
+  $form->{stylesheet} = $myconfig{stylesheet};
 
   $form->{title} = $locale->text('About');