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 /help.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 'help.html')
-rw-r--r-- | help.html | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,4 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <!-- The contents of this file are subject to the Mozilla Public @@ -22,7 +23,10 @@ Contributor(s): Terry Weissman <terry@mozilla.org> --> +<head> <TITLE>Clue</TITLE> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> +</head><body> <H1>A Clue</H1> This form will allow you to call up a subset of the bug list. You should be able to add the URL of the resulting list to @@ -42,7 +46,7 @@ you can add other criteria. <P> For example, if you wanted to see all bugs reported against the X platform and assigned to jwz, you could ask for all bugs assign to jwz, then -edit the URL in the "Location" box, adding the clause "&rep_platform=X-Windows" +edit the URL in the "Location" box, adding the clause "&rep_platform=X-Windows" to the URL. <P> Here is a list of some of the field names you could use for additional @@ -63,4 +67,4 @@ to case any problem with other browsers. The lynx browser does work, but lynx seems to cache results of a .cgi. You'll sometimes need to press CONTROL-R to reload the screen to see an update. -</html> +</body></html> |