We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c757e3 commit 160ec46Copy full SHA for 160ec46
views/chart.tt
@@ -24,11 +24,12 @@
24
[% FOREACH i IN order.nsort %]
25
<tr>
26
<td nowrap><a href="[% base %][% link.$i %]">[% i.ucfirst %]</a>:</td>
27
- <td nowrap><b>[% prop.$i * 100 %]%</b> ( [% average.$i %] - [% discord.$i %] = [% diff.$i %] )</td>
+ <td align="right"><b>[% prop.$i * 100 %]%</b></td>
28
+ <td nowrap>( [% average.$i %] - [% discord.$i %] = [% diff.$i %] )</td>
29
</tr>
30
[% END %]
31
- <td nowrap colspan="2">
32
+ <td nowrap colspan="3">
33
<br />
34
Red: Score ("disorder")
35
0 commit comments