Merge branch 'MDL-60526-master-fix1' of http://github.com/damyon/moodle

This commit is contained in:
Jun Pataleta 2017-11-22 16:54:18 +13:00 committed by David Monllao
commit fd64ae3140
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
class="btn btn-secondary"
name="{{element.name}}"
id="{{element.id}}"
type="button"
{{#error}}
autofocus aria-describedby="id_error_{{element.name}}"
{{/error}}

View File

@ -5,6 +5,7 @@
class="btn btn-secondary m-l-0"
name="{{element.name}}"
id="{{element.id}}"
type="button"
{{#error}}
autofocus aria-describedby="id_error_{{element.name}}"
{{/error}}