Hello, I have a text field set to “None” formatting. I enter straight XHTML into that field. Something akin to the following:
<code>< script type="text/javascript">
var tests= [1,2,3,4,5,6,7,8,9];
for(var i=0; (len=tests.length,i<len); i++)
{
var test = tests;
alert〈test〉;
}
</ script></code>
Unfortunately, the [ i] is getting turned into an <i> without ever closing. Is there a way to disable pmcode? Shouldn’t it be disabled when I set the formatting to “None?”