mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-71039-39' of git://github.com/marinaglancy/moodle into MOODLE_39_STABLE
This commit is contained in:
commit
62ee8fd5c8
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue