I have some Mailchimp js in a fragment that should be:
but is converting to:
How can I change this to allow the js to upload correctly?
Code:
...
var head= document.getElementsByTagName('head')[0];
...
Code:
...
var head= document.getElementsByTagName('head')<Actinic:Variable Name = '0'/>;
...
Comment