diff options
author | mkanat%kerio.com <> | 2005-03-07 17:51:54 +0100 |
---|---|---|
committer | mkanat%kerio.com <> | 2005-03-07 17:51:54 +0100 |
commit | 494f0e59486cbabfd02aa9a8f410f4e00861f62b (patch) | |
tree | 5adedbcbd0184d490b7946415992b8791215b579 /template | |
parent | e50242c1fbcd771a70d3d0c5fc1b487b27b9825d (diff) | |
download | bugzilla-494f0e59486cbabfd02aa9a8f410f4e00861f62b.tar.gz bugzilla-494f0e59486cbabfd02aa9a8f410f4e00861f62b.tar.xz |
Bug 162194: DOCTYPE should include system identifier
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 397418ab0..3c7c6f170 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -56,7 +56,8 @@ # set h1's default value here only if it is undefined. %] [% IF !h1.defined %][% h1 = title %][% END %] -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" + "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>[% title FILTER html %]</title> |