Revision d5ccfcf2
Von Moritz Bunkus vor etwa 17 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
383 | 383 |
my $doctype; |
384 | 384 |
|
385 | 385 |
if ($ENV{'HTTP_USER_AGENT'} =~ m/MSIE\s+\d/) { |
386 |
$main::lxdebug->message(0, "yeah"); |
|
387 | 386 |
# Only set the DOCTYPE for Internet Explorer. Other browsers have problems displaying the menu otherwise. |
388 | 387 |
$doctype = qq|<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\n|; |
389 |
} else { |
|
390 |
$main::lxdebug->message(0, "nope"); |
|
391 | 388 |
} |
392 | 389 |
|
393 | 390 |
my $stylesheets = "$self->{stylesheet} $self->{stylesheets}"; |
Auch abrufbar als: Unified diff
Keine Debugmeldungen. Danke.