I have an infragistics rich text editor that is breaking the rest of the page with data containing unclosed comment tag like:
<style> <!-- /* Font Definitions */ --</style>
Is there a good way to prevent this? (I'm thinking post save-data, as I'm not even sure this component is customisable before saving the data).