summaryrefslogtreecommitdiffstats
path: root/bug_form.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bug_form.pl')
-rw-r--r--bug_form.pl11
1 files changed, 7 insertions, 4 deletions
diff --git a/bug_form.pl b/bug_form.pl
index d2f6cc3f4..21e9e32cf 100644
--- a/bug_form.pl
+++ b/bug_form.pl
@@ -340,10 +340,13 @@ if (Param("usedependencies")) {
if ($::prodmaxvotes{$bug{'product'}}) {
print qq{
<table><tr>
-<th><a href="votehelp.html">Votes</a> for bug $id:</th><td>
-<a href="showvotes.cgi?bug_id=$id">$bug{'votes'}</a>
-&nbsp;&nbsp;&nbsp;<a href="showvotes.cgi?voteon=$id">Vote for this bug</a>
-</td></tr></table>
+<th><a href="votehelp.html">Votes:</a></th>
+<td>
+$bug{'votes'}&nbsp;&nbsp;&nbsp;
+<a href="showvotes.cgi?bug_id=$id">Show votes for this bug</a>&nbsp;&nbsp;&nbsp;
+<a href="showvotes.cgi?voteon=$id">Vote for this bug</a>
+</td>
+</tr></table>
};
}