CMS is randomly adding HTML header tags to my templates, effectively ignoring the header tags I already have in the templates. Has anyone ever experienced this or know of a fix? The code in capital letters is what CMS adds around my template code, this is one of those random CMS problems that appeared today on one of our environments.
<HTML><HEAD></HEAD><BODY ONLOAD="CheckAllTargets();" ><SCRIPT language="javascript" src="ioEditElement.js"></SCRIPT><SCRIPT language=javascript src="RDCleanHtml.js"></SCRIPT> <SCRIPT language="javascript">var sInvertDirectEdit="0";var sRemoveFontSettings="0";var sRemoveStyleSettings="0";var sAllowedStyleAttributes="";</SCRIPT> [my template code here] </BODY></HTML> -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
