summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-01-08 17:08:44 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-08 17:08:44 +0100
commitba72ec962110807f22836300e262517d27a96e21 (patch)
tree595bb14c6b9d1151bdbcb0c155ecd40a9783eaa1 /extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
parent192b02906b89fb61efdf60ef553d717a5d3e037f (diff)
downloadbugzilla-ba72ec962110807f22836300e262517d27a96e21.tar.gz
bugzilla-ba72ec962110807f22836300e262517d27a96e21.tar.xz
Bug 840407 (part 2): Remove the "align" and "valign" attributes from extensions
r/a=justdave
Diffstat (limited to 'extensions/Voting/template/en/default/pages/voting/bug.html.tmpl')
-rw-r--r--extensions/Voting/template/en/default/pages/voting/bug.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
index 2ba784f77..cb1d2380e 100644
--- a/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
+++ b/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
@@ -20,10 +20,11 @@
[% PROCESS global/header.html.tmpl
title = "Show Votes"
subheader = subheader
+ style_urls = [ "extensions/Voting/web/style.css" ]
%]
[% total = 0 %]
-<table cellspacing="4">
+<table id="bug_votes">
<tr>
<th>Who</th>
<th>Number of votes</th>
@@ -38,7 +39,7 @@
[% voter.login_name FILTER email FILTER html %]
</a>
</td>
- <td align="right">
+ <td class="right">
[% voter.vote_count FILTER html %]
</td>
</tr>