From d5ccfcf21289d20cbde0054853e65a497cdce77d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 26 Oct 2007 07:31:44 +0000 Subject: [PATCH] Keine Debugmeldungen. Danke. --- SL/Form.pm | 3 --- 1 file changed, 3 deletions(-) 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}"; -- 2.20.1