X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9fc09e82e0029be8a42c67d6414e33daf2a3eba8..4fd22b569d4436293e0a9d364d7356b5bfc503e5:/SL/Form.pm
diff --git a/SL/Form.pm b/SL/Form.pm
index 55b6f695d..fbd1d8554 100644
--- a/SL/Form.pm
+++ b/SL/Form.pm
@@ -672,15 +672,20 @@ sub header {
| if $self->{"fokus"};
- my $title_hack = qq|
-
- |;
-
+ # if there is a title, we put some JavaScript in to the page, wich writes a
+ # meaningful title-tag for our frameset.
+ my $title_hack;
+ if ($self->{"title"}){
+ $title_hack = qq|
+
+ |;
+ }
+
#Set Calendar
my $jsscript = "";
if ($self->{jsscript} == 1) {