Merge branch 'MDL-71039-39' of git://github.com/marinaglancy/moodle into MOODLE_39_STABLE

This commit is contained in:
Andrew Nicols 2021-03-23 11:18:52 +08:00
commit 62ee8fd5c8

View file

@ -12,7 +12,7 @@
{{/error}} {{/error}}
{{{element.attributes}}} > {{{element.attributes}}} >
{{#element.options}} {{#element.options}}
<option value="{{value}}" {{#selected}}selected{{/selected}}>{{{text}}}</option> <option value="{{value}}" {{#selected}}selected{{/selected}}{{#html}} data-html="{{html}}"{{/html}}>{{{text}}}</option>
{{/element.options}} {{/element.options}}
</select> </select>
{{/element.frozen}} {{/element.frozen}}