Prevent a translation from injecting HTML in change entry labels.

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

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.

    Loading...