Hi, I installed 0.121 and try use it to place some code. But when I place some code like this
for (x=0; x<10; x++)
{
y=y+x;
}
once submit the page, it could not display. Only remove the {} then the page come out.
Is it a bug?
This {} could not place in the page
Re: This {} could not place in the page
Anything with { or } needs to be wrapped in {literal}{/literal} tags.