-
-
Notifications
You must be signed in to change notification settings - Fork 112
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>
harikt and MartinStepar
Metadata
Metadata
Assignees
Labels
No labels