Fix HTML escaping for localized strings in javascript.

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

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.
reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
      Ignored Files:
        reviewboard/static/rb/js/newReviewRequest/views/preCommitView.js
        reviewboard/static/rb/js/views/commentDialogView.js
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
      Ignored Files:
        reviewboard/static/rb/js/newReviewRequest/views/preCommitView.js
        reviewboard/static/rb/js/views/commentDialogView.js
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (4e6d7d0).
Loading...