]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Keine Debugmeldungen. Danke.
[mfinanz.git] / SL / Form.pm
index d3bd19c64e68c0152f9017f0e2e6cb8534909060..a926b3cdd9c63433bc768afb1eeba4322e8210fb 100644 (file)
@@ -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|<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\n|;
-    } else {
-      $main::lxdebug->message(0, "nope");
     }
 
     my $stylesheets = "$self->{stylesheet} $self->{stylesheets}";