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:
a3efa23
)
Durch das Setzen eines entsprechendenden DOCTYPEs für alle Seiten schaltet der Intern...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 11 Oct 2007 11:00:40 +0000
(11:00 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 11 Oct 2007 11:00:40 +0000
(11:00 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
fd83eb2
..
c1b0e28
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-434,6
+434,7
@@
sub header {
}
print qq|Content-Type: text/html; charset=${db_charset};
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>$self->{titlebar}</title>