Bypass Closure's SafeHtml for HTML known to be safe
When we updated the Closure Compiler for the Blockly update, some strings containing HTML were escaped unnecessarily. These strings are part of internationalization, and so they will be code reviewed before acceptance into the code base. We therefore break the SafeHtml contract imposed by Google Closure Library and manipulate the content element directly so that the static HTML content is preserved. Fixes #985 Change-Id: I8a545d46aceedcb8039f194ce03a86d924ab0867
Showing
Please register or sign in to comment