Skip to content

Commit

Permalink
MDL-62931 Questions: Escaping lang strings properly
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaies committed Jul 23, 2018
1 parent 0180369 commit 32338e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions question/templates/tag_condition.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ function(
var root = $('[data-region="tag-condition-container-{{uniqid}}"]');
var selectElement = root.find('[data-region="tag-select"]');
var loadingContainer = root.find('[data-region="overlay-icon-container"]');
var placeholderText = '{{#str}} filterbytags, core_question {{/str}}';
var noSelectionText = '{{#str}} notagfiltersapplied, core_question {{/str}}';
var placeholderText = {{#quote}}{{#str}} filterbytags, core_question {{/str}}{{/quote}};
var noSelectionText = {{#quote}}{{#str}} notagfiltersapplied, core_question {{/str}}{{/quote}};

AutoComplete.enhance(
selectElement, // Element to enhance.
Expand Down

0 comments on commit 32338e7

Please sign in to comment.