Open cossssmin opened 1 year ago
Consider the code:
<if condition="1"> Foo </if> <!-- Comment --> <elseif condition="0"> Bar </elseif>
It should display Foo, but instead it displays Foo Bar.
Foo
Foo Bar
When HTML comment is removed it works as expected.
Originally reported in maizzle/framework#982 by @vkovic.
Consider the code:
It should display
Foo
, but instead it displaysFoo Bar
.When HTML comment is removed it works as expected.
Originally reported in maizzle/framework#982 by @vkovic.