Closed
Description
Version: 3.0.6
Bug Description:
If {breakIf} is used, additional </span>
is inserted into HTML code
Steps To Reproduce - paste this code to https://fiddle.nette.org/latte:
<span n:foreach="[0=>'a',1=>'b'] as $key=>$value">
{foreach ['a'=>'A','b'=>'B'] as $k=>$v}
{if $k == $value}
{$v}
{breakIf TRUE} {* chybu nadbytecneho </span> zpusobuje tento radek *}
{/if}
{/foreach}
</span>
Metadata
Metadata
Assignees
Labels
No labels