X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/e6aeed0397ec4491781676b343bb75715136c123..ceaa31dbe862bdda1e5e95605e443b97e23d82ec:/SL/Form.pm
diff --git a/SL/Form.pm b/SL/Form.pm
index 239f7b938..630c0f290 100644
--- a/SL/Form.pm
+++ b/SL/Form.pm
@@ -450,6 +450,7 @@ sub header {
push @header, " " if $self->{landscape};
push @header, "" if -f $self->{favicon};
push @header, map { qq|| } $layout->javascripts;
+ push @header, '';
push @header, $self->{javascript} if $self->{javascript};
push @header, map { $_->show_javascript } @{ $self->{AJAX} || [] };