• Evan W. Patton's avatar
    Bypass Closure's SafeHtml for HTML known to be safe · e2b5693d
    Evan W. Patton authored
    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
    e2b5693d
replmgr.js 99.4 KB