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 /how_to_mail.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 'how_to_mail.html')
-rw-r--r-- | how_to_mail.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/how_to_mail.html b/how_to_mail.html index 3ee5b205d..b60c41688 100644 --- a/how_to_mail.html +++ b/how_to_mail.html @@ -1,4 +1,6 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> +<head> <!-- The contents of this file are subject to the Mozilla Public @@ -25,6 +27,9 @@ <TITLE>How to Mail to bugzilla</TITLE> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +</head> +<body> <H1>THIS DOESN'T WORK RIGHT NOW. Coming someday.</H1> @@ -81,3 +86,5 @@ EXAMPLE: <P> . </PRE> + +</body></html> |