MDL-73138 user: avoid double encoding participant filter values.
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
{{#items}}
|
||||
<span role="option" data-value="{{value}}" aria-selected="true"
|
||||
class="badge badge-secondary clickable text-wrap text-break line-height-4 m-1">
|
||||
{{label}}<i class="icon fa fa-times pl-2 mr-0"></i>
|
||||
{{{label}}}<i class="icon fa fa-times pl-2 mr-0"></i>
|
||||
</span>
|
||||
{{/items}}
|
||||
{{^items}}
|
||||
|
||||
@@ -56,6 +56,6 @@
|
||||
}}{{#filtertypeclass}}data-filter-type-class="{{filtertypeclass}}" {{/filtertypeclass}}{{!
|
||||
}}>
|
||||
{{#values}}
|
||||
<option value="{{value}}">{{title}}</option>
|
||||
<option value="{{value}}">{{{title}}}</option>
|
||||
{{/values}}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user