]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 162194: DOCTYPE should include system identifier
authormkanat%kerio.com <>
Mon, 7 Mar 2005 16:51:54 +0000 (16:51 +0000)
committermkanat%kerio.com <>
Mon, 7 Mar 2005 16:51:54 +0000 (16:51 +0000)
Patch By Max Kanat-Alexander <mkanat@kerio.com> r,a=justdave

template/en/default/global/header.html.tmpl

index 397418ab0fc37cde23b70b89dc27334830138dad..3c7c6f17034012ac172d65f0598ddfd41a4634c4 100644 (file)
@@ -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>