diff options
author | bbaetz%student.usyd.edu.au <> | 2002-04-15 11:47:52 +0200 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-04-15 11:47:52 +0200 |
commit | e75e6d0f714e77b1d7b700dca62aba0fd9a5385d (patch) | |
tree | e19b43031fb0ef1012319ac8b6a694953c90d0a3 /bug_status.html | |
parent | 61d65a657abb4c88c725c04db8f3c6b9cd43ef59 (diff) | |
download | bugzilla-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.gz bugzilla-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.xz |
Bug 129442 - make html of a default installation (mostly) HTML 4.01
transitional compliant
Original patch by chema@ximian.com, modified/extended by
bbaetz@student.usyd.edu.au
r=gerv, justdave
Diffstat (limited to 'bug_status.html')
-rwxr-xr-x | bug_status.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/bug_status.html b/bug_status.html index f7079aae4..1b1c44ebb 100755 --- a/bug_status.html +++ b/bug_status.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <!-- @@ -24,7 +24,11 @@ Contributor(s): Terry Weissman <terry@mozilla.org> --> +<head> <TITLE>A Bug's Life Cycle</TITLE> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +</head> +<body> <h1 ALIGN=CENTER>A Bug's Life Cycle</h1> @@ -197,6 +201,6 @@ status field appropriately. <hr> <!-- hhmts start --> -Last modified: Thu Aug 23 03:04:27 2000 +Last modified: Sun Apr 14 12:51:23 EST 2002 <!-- hhmts end --> </body> </html> |