I have found the following issue:
Scripts are enabled in the editor.
If a user opens a script tag, writes their script and forgets to close the script tag, the editor will automatically add a close body tag, a close html tag, then a close script tag. There are no beginning html or body tags in the editor.
Is there a way to disable this?
Thanks.