Hello, When using the following custom code ```html <script> alert('hi') </script> ``` The result would sanitize the script tag as following ```html <script>alert('hi')</script> ``` Am I missing anything?