Skip to content

Commit 462bbfe

Browse files
committed
fix file percentages
1 parent ef1e303 commit 462bbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compare50/_renderer/templates/match.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{% for sub, side in (sub_a, "left"), (sub_b, "right") %}
44
<div class="sub_name" id="{{name}}{{side}}_header">
55
{% for file in sub.files %}
6-
<h5 title="{{sub.path}}">{{sub.name}} - {{file.name}} ({{sub.percentage}}%)</h5>
6+
<h5 title="{{sub.path}}">{{sub.name}} - {{file.name}} ({{file.percentage}}%)</h5>
77
{%- endfor -%}
88
</div>
99
{% endfor %}

0 commit comments

Comments
 (0)