@Vlad I'm afraid we haven't found a good solution to this problem yet. We have 
the following dirty solution right now:

[code]
<#list 0..content.style?size as count>
  <#assign val = content.style[count?string]!/>
  <#if val != "">
    <p>${val}</p>
  </#if>
</#list>
[/code]

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=6d8b965e-71c9-477f-81f1-a886fc37c3e3


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to