summaryrefslogtreecommitdiffstats
path: root/helpemailquery.html
diff options
context:
space:
mode:
authorbbaetz%student.usyd.edu.au <>2002-04-15 11:47:52 +0200
committerbbaetz%student.usyd.edu.au <>2002-04-15 11:47:52 +0200
commite75e6d0f714e77b1d7b700dca62aba0fd9a5385d (patch)
treee19b43031fb0ef1012319ac8b6a694953c90d0a3 /helpemailquery.html
parent61d65a657abb4c88c725c04db8f3c6b9cd43ef59 (diff)
downloadbugzilla-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 'helpemailquery.html')
-rw-r--r--helpemailquery.html16
1 files changed, 9 insertions, 7 deletions
diff --git a/helpemailquery.html b/helpemailquery.html
index 622e3aa45..5c4527a78 100644
--- a/helpemailquery.html
+++ b/helpemailquery.html
@@ -1,36 +1,38 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html> <head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Help on searching by email address.</title>
</head>
<body>
<h1>Help on searching by email address.</h1>
+<p>
This used to be simpler, but not very powerful. Now it's really
powerful and useful, but it may not be obvious how to use it...
+</p>
<p>
-
To search for bugs associated with an email address:
+</p>
<ul>
- <li> Type a portion of an email address into the text field.
+ <li> Type a portion of an email address into the text field.</li>
<li> Select which fields of the bug you expect that address to be in
- the bugs you're looking for.
+ the bugs you're looking for.</li>
</ul>
<p>
-
You can look for up to two different email addresses; if you specify
both, then only bugs which match both will show up. This is useful to
find bugs that were, for example, created by Ralph and assigned to
Fred.
+</p>
<p>
-
You can also use the drop down menus to specify whether you want to
match addresses by doing a substring match, by using regular
expressions, or by exactly matching a fully specified email address.
-
-
+</p>
</body> </html>