I’m using Modx 0.9.6.3 and TinyMCE 3.2.0.1. I’m see errors when trying to insert <SCRIPT tags via the HTML button.
When I enter:
<script>
myFunction();
</script>
it’s being saved as:
<script type="text/javascript"><!--
myFunction();
// --></script>
Although this doesnt error in the Modx when the page is requested the relevant code doesn’t work. Can this be stopped so the code is saved as it was typed?