Merge pull request #8239 from alex-dna/patch-2

Make column work
This commit is contained in:
Daniel Hensby 2018-07-04 14:54:25 +01:00 committed by GitHub
commit 6f833aa0de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@
<% end_if %>
<% loop FieldList %>
<% if ColumnCount %>
<div class="column-{$ColumnCount} $FirstLast">
<% if $Top.ColumnCount %>
<div class="column-{$Top.ColumnCount} $FirstLast">
$SmallFieldHolder
</div>
<% else %>