Skip to content

Commit

Permalink
Merge pull request #2208 from somiaj/stats-fix-label
Browse files Browse the repository at this point in the history
Fix incorrect row label in stats page.
  • Loading branch information
drgrice1 authored Sep 13, 2023
2 parents ac00ea9 + cd39add commit 4cc5370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<% for (@$problems) { %><td class="text-center"><%= $_->value %></td><% } =%>
</tr>
<tr>
<th><%= maketext('Point Value') %></th>
<th><%= maketext('Average Percent') %></th>
<% for (@$avgScore) { %><td class="text-center"><%= $_ %></td><% } =%>
</tr>
% if ($isJitarSet) {
Expand Down

0 comments on commit 4cc5370

Please sign in to comment.