diff options
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> |