FIX Regression in CompositeField displaying fields in their holders

This commit is contained in:
Robbie Averill 2017-01-17 10:19:16 +13:00
parent 87ac3e3971
commit 7ad02787e8
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
<% loop $FieldList %>
<% if $ColumnCount %>
<div class="column-{$ColumnCount} $FirstLast">
$Field
$FieldHolder
</div>
<% else %>
$Field
$FieldHolder
<% end_if %>
<% end_loop %>