X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/8084ef359515031ec8429b49baf0ab09858f55d2..30e4d5bfd0fbb9c65c7ce4097da09ef9902406dd:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index b21f94c71..6226017f2 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -697,13 +697,13 @@ sub header { push @header, "" if -f $self->{favicon}; push @header, '', '', - '', + '', '', '', '', '', '', - ''; + ''; push @header, $self->{javascript} if $self->{javascript}; push @header, map { $_->show_javascript } @{ $self->{AJAX} || [] }; push @header, "" if $self->{fokus};