Hello,
i’ve following code in a template -
< script type="text/javascript" >
_qoptions= {
qacct:"xxx"
};
< /script >EE parsed this code as
< script type="text/javascript" >
_qoptions= ;
< /script >Any idea how to solve this? BTW - my template is “web page” type in EE 1.6.8
Thanks