summaryrefslogtreecommitdiffstats
path: root/extensions/Voting/template/en/default/pages/voting/bug.html.tmpl
diff options
context:
space:
mode:
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>