Closed guelzow closed 5 years ago
When you
<f:variable name="my.var" value="blargh" /> <krexx:debug>{_all}</krexx:debug>
The fluid plugin code generation tries to generate stuff for {my.var} which is obviously wrong.
{my.var}
Tobi
Normally, you do not have variables with a dot in their name. We simply disable code generation for this one.
Will be available with the next version.
When you
The fluid plugin code generation tries to generate stuff for
{my.var}
which is obviously wrong.Tobi