Fix sailfish template for teams benchmark

This commit is contained in:
Kogia-sima 2020-06-18 17:13:08 +09:00
parent 9a7f62e3ca
commit 0e99d66840
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<body>
<h1>CSL <%= year %></h1>
<ul>
<% for (i, team) in teams.iter().enumerate() { %><li class="<% if i == 0 { %>champion<% } %>"><b><%- team.name %></b>: <%= team.score %></li><% } %>
<% for (i, team) in teams.iter().enumerate() { %><li class="<% if i == 0 { %>champion<% } %>"><b><%= team.name %></b>: <%= team.score %></li><% } %>
</ul>
</body>
</html>