Bug Condition is silently for if contentcheck is specified

  • Thread starter Thread starter Kirby
  • Start date Start date
There is a bug in this version
K

Kirby

Guest
Reproduction Code
HTML:

Code:
<xf:set var="$value" value="{{ 0 }}" />
<xf:if is="$value > 0" contentcheck="true">
    Value is {$value}<br />
    <xf:contentcheck>
        This should not be shown!
    </xf:contentcheck>
</xf:if>

Expected Result
1) No output is generated from this template code (Preferred)
or
2) An error is being shown that is cannot be used together with contentcheck

Actual Result
No error is being shown when seving the template code...

Read more

Continue reading...