Page 1 of 1

This {} could not place in the page

Posted: Wed Apr 05, 2006 4:14 am
by kingsz1
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?

Re: This {} could not place in the page

Posted: Wed Apr 05, 2006 9:57 am
by Ted
Anything with { or } needs to be wrapped in {literal}{/literal} tags.