Skip to content

Commit

Permalink
no capitalization for score headers
Browse files Browse the repository at this point in the history
  • Loading branch information
stared committed Aug 14, 2018
1 parent d15968c commit 2c1dbc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<tr>
<th>Model</th>
{% for score in scores %}
<th style="text-align: center">{{ score | capitalize }}</th>
<th style="text-align: center">{{ score }}</th>
{% endfor %}
<th>Paper / Source</th>
<th>Code</th>
Expand Down

0 comments on commit 2c1dbc0

Please sign in to comment.