projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
777e883
)
Keine Debugmeldungen. Danke.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 26 Oct 2007 07:31:44 +0000
(07:31 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 26 Oct 2007 07:31:44 +0000
(07:31 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
d3bd19c
..
a926b3c
100644
(file)
--- 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|<!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}";