• 
      

    Fix HTML escaping for localized strings in javascript.

    Review Request #4469 — Created Aug. 21, 2013 and submitted — Latest diff uploaded

    Information

    Review Board
    master

    Reviewers

    Fix HTML escaping for localized strings in javascript.
    
    There were a handful of other strings containing HTML in the javascript which
    were localized with gettext, but then inserted into an underscore template in a
    way that would escape the HTML. I've gone through all of the occurrences of
    "gettext" and made sure that anything containing HTML tags is formatted using
    <%= %> instead of <%- %>.
    
    Checked the pre-commit and comment dialog UIs to verify the fixed text.