Reorder HTML to be semantically correct on render

Don't close the unordered list every iteration :)
This commit is contained in:
Dylan Wagstaff 2018-03-29 12:01:27 +13:00 committed by GitHub
parent 54b6c6f6e8
commit c5fcab81df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,9 +6,9 @@
$RadioLabel $RadioLabel
$FieldHolder $FieldHolder
</li> </li>
</ul>
<% end_if %> <% end_if %>
<% end_loop %> <% end_loop %>
</ul>
<% else %> <% else %>
<ul class="SelectionGroup<% if extraClass %> $extraClass<% end_if %>"> <ul class="SelectionGroup<% if extraClass %> $extraClass<% end_if %>">
<% loop $FieldSet %> <% loop $FieldSet %>