mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-64606-35' of https://github.com/lucaboesch/moodle into MOODLE_35_STABLE
This commit is contained in:
commit
83e40aa825
1 changed files with 2 additions and 2 deletions
|
@ -51,12 +51,12 @@
|
||||||
{{#isgroup}}
|
{{#isgroup}}
|
||||||
<optgroup label="{{name}}">
|
<optgroup label="{{name}}">
|
||||||
{{#options}}
|
{{#options}}
|
||||||
<option value="{{value}}" {{#selected}}selected{{/selected}}>{{name}}</option>
|
<option value="{{value}}" {{#selected}}selected{{/selected}}>{{{name}}}</option>
|
||||||
{{/options}}
|
{{/options}}
|
||||||
</optgroup>
|
</optgroup>
|
||||||
{{/isgroup}}
|
{{/isgroup}}
|
||||||
{{^isgroup}}
|
{{^isgroup}}
|
||||||
<option value="{{value}}" {{#selected}}selected{{/selected}}>{{name}}</option>
|
<option value="{{value}}" {{#selected}}selected{{/selected}}>{{{name}}}</option>
|
||||||
{{/isgroup}}
|
{{/isgroup}}
|
||||||
{{/options}}
|
{{/options}}
|
||||||
</select>
|
</select>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue