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