X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/777e883798f57271d29f089bb5520bd4d56ad373..d5ccfcf21289d20cbde0054853e65a497cdce77d:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index d3bd19c64..a926b3cdd 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -383,11 +383,8 @@ sub header { my $doctype; if ($ENV{'HTTP_USER_AGENT'} =~ m/MSIE\s+\d/) { - $main::lxdebug->message(0, "yeah"); # Only set the DOCTYPE for Internet Explorer. Other browsers have problems displaying the menu otherwise. $doctype = qq|\n|; - } else { - $main::lxdebug->message(0, "nope"); } my $stylesheets = "$self->{stylesheet} $self->{stylesheets}";