stat1x/fluid-converter

Need to check if node is empty to prevent 'undefined' result

Closed this issue · 0 comments

For example :
<f:if condition="{obj.prop}"><f:then>condition is met</f:then><f:else></f:else></f:if> gives {f:if (condition: obj.prop, then: 'condition is met', else: 'undefined'}.