]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 131568: template/default/global/header validates HTML 4.01 Transitional
authorjustdave%syndicomm.com <>
Mon, 18 Mar 2002 01:17:22 +0000 (01:17 +0000)
committerjustdave%syndicomm.com <>
Mon, 18 Mar 2002 01:17:22 +0000 (01:17 +0000)
Patch by ville.skytta@iki.fi (Ville Skyttä)
r= justdave x2

template/default/global/header

index 05afe2bed18bad459353b275bf9dbcf1c6cef46e..d175dd4dfe5934ad93a0fc3e9698fd4c21618221 100755 (executable)
@@ -7,7 +7,7 @@
   style = ""
   message = ""
 %]
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
   <head>
     <title>[% title %]</title>
@@ -23,7 +23,7 @@
     [% END %]
     
     [% IF style_url %]
-      <link href="[% style_url %]" rel="stylesheet" type="text/css" />
+      <link href="[% style_url %]" rel="stylesheet" type="text/css">
     [% END %]
   
   </head>