Skip to content

Commit

Permalink
Merge branch 'MDL-65396-master' of https://github.com/lucaboesch/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjona authored and abgreeve committed May 7, 2019
2 parents 6498f43 + 6747ae1 commit d302d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/templates/setting_configduration.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="form-inline">
<input type="text" size="5" id="{{id}}v" name="{{name}}[v]" value="{{value}}" class="form-control text-ltr">
<label class="sr-only" for="{{id}}u">{{#str}}durationunits, admin{{/str}}</label>
<select id="{{id}}u" name="{{name}}[u]" class="form-control">
<select id="{{id}}u" name="{{name}}[u]" class="form-control custom-select">
{{#options}}
<option value="{{value}}" {{#selected}}selected{{/selected}}>{{name}}</option>
{{/options}}
Expand Down

0 comments on commit d302d12

Please sign in to comment.