summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-03-18 02:17:22 +0100
committerjustdave%syndicomm.com <>2002-03-18 02:17:22 +0100
commit1183abae8ce1bf410a8a290ea0b4cc1283a68841 (patch)
tree87570e9665b78a05d15b407540ee1fbd2f73abaa /template
parent0e18e33d5e749cfd7b1fc924627583cfae4eaea2 (diff)
downloadbugzilla-1183abae8ce1bf410a8a290ea0b4cc1283a68841.tar.gz
bugzilla-1183abae8ce1bf410a8a290ea0b4cc1283a68841.tar.xz
Bug 131568: template/default/global/header validates HTML 4.01 Transitional
Patch by ville.skytta@iki.fi (Ville Skyttä) r= justdave x2
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/default/global/header4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/global/header b/template/default/global/header
index 05afe2bed..d175dd4df 100755
--- a/template/default/global/header
+++ b/template/default/global/header
@@ -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>