diff options
author | bbaetz%student.usyd.edu.au <> | 2002-04-15 09:47:52 +0000 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-04-15 09:47:52 +0000 |
commit | e75e6d0f714e77b1d7b700dca62aba0fd9a5385d (patch) | |
tree | e19b43031fb0ef1012319ac8b6a694953c90d0a3 /votehelp.html | |
parent | 61d65a657abb4c88c725c04db8f3c6b9cd43ef59 (diff) | |
download | bugs-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar bugs-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.gz bugs-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.bz2 bugs-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.tar.xz bugs-e75e6d0f714e77b1d7b700dca62aba0fd9a5385d.zip |
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 'votehelp.html')
-rw-r--r-- | votehelp.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/votehelp.html b/votehelp.html index b4c2c8cc0..5d49d469f 100644 --- a/votehelp.html +++ b/votehelp.html @@ -1,3 +1,4 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <!-- The contents of this file are subject to the Mozilla Public @@ -22,6 +23,7 @@ Contributor(s): Terry Weissman <terry@mozilla.org> --> <head> +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Bugzilla Voting</title> </head> @@ -45,27 +47,29 @@ can either vote a little for many bugs, or vote a lot for a few bugs. <p> To look at votes: +</p> <ul> <li> Go to the query page. Do a normal query, but enter 1 in the "At least ___ votes" field. This will show you items that - match your query that have at least one vote. + match your query that have at least one vote.</li> </ul> -</p> <p> To vote for a bug: +</p> <ul> - <li> Bring up the bug in question. + <li> Bring up the bug in question.</li> <li> Click on the "Vote for this bug" link that appears just above the "Additional Comments" field. (If no such link appears, - then voting may not be allowed in this bug's product.) + then voting may not be allowed in this bug's product.)</li> <li> Indicate how many votes you want to give this bug. This page also displays how many votes you've given to other bugs, so you - may rebalance your votes as necessary. + may rebalance your votes as necessary.</li> </ul> +<p> You will automatically get email notifying you of any changes that occur on bugs you vote for. </p> |