Prevent a translation from injecting HTML in change entry labels.

Review Request #9459 — Created Dec. 19, 2017 and submitted

Information

Review Board
release-3.0.x
8b370eb...

Reviewers

The "Fix it!" text for the change entry label was being injected
directly into a jQuery object, which could allow a translation to
accidentally cause unescaped HTML characters to mess up the page. This
is a simple fix that ensures we're creating a text node.

Tested that the text still showed up.

david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (df6cbf8)
Loading...