mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Reorder HTML to be semantically correct on render
Don't close the unordered list every iteration :)
This commit is contained in:
parent
54b6c6f6e8
commit
c5fcab81df
@ -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 %>
|
||||||
|
Loading…
Reference in New Issue
Block a user