Merge pull request #8238 from alex-dna/patch-1

Make column work
This commit is contained in:
Daniel Hensby 2018-07-04 14:54:09 +01:00 committed by GitHub
commit 5a5de201c5
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">
$FieldHolder
</div>
<% else %>