Fix table tag indentation

This commit is contained in:
Bertocq
2017-10-19 13:35:04 +02:00
parent cd6d37c5e4
commit 3daf957813

View File

@@ -1,5 +1,5 @@
<h3><%= t("admin.results.results_by_booth.title") %></h3>
<table class="margin" id="booth_assignment_results">
<table class="margin" id="booth_assignment_results">
<thead>
<tr>
<th><%= t("admin.results.results_by_booth.booth") %></th>
@@ -17,4 +17,4 @@
</tr>
<% end %>
</tbody>
</table>
</table>