Steps to reproduce:
Create a page with the content
{{velocity}}{{html}} <script>$jsontool.serialize({ 'closeComment': '-->', 'closeScript': '</script>', 'openComment': '<!--', 'openScript': '<script>' }); '$escapetool.javascript('<!--')'; </script> <h1>Success! ๐</h1> {{/html}}{{/velocity}}
Expected result:
The text "Success! ๐" is displayed on the page, the XWiki UI is displayed regularly.
Actual result:
The text isn't displayed. The panels and the footer of the wiki are missing.