Skip to content

Commit 8a2e19c

Browse files
committed
Reformat results table
1 parent 906c6cb commit 8a2e19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/chart.tt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
[% FOREACH i IN order.nsort %]
2525
<tr>
2626
<td nowrap><a href="[% base %][% link.$i %]">[% i.ucfirst %]</a>:</td>
27-
<td nowrap>[% average.$i %] | [% discord.$i %] (difference: [% diff.$i %]) => [% prop.$i %]</td>
27+
<td nowrap><b>[% prop.$i %]</b> ( [% average.$i %] = [% discord.$i %] = [% diff.$i %] )</td>
2828
</tr>
2929
[% END %]
3030
<tr>

0 commit comments

Comments
 (0)