When receiving emails or posting in the Internal notes body with code or script, the code or script doesnt display as part of the message?
Worked fine on version 1.9.14 but upgrade to 1.10.4 is doesn't work.
Also tested in a fresh install of 1.11.0 and also broken.
Example of Code:
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-133237413-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-*********-1');
</script>