mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-65217 form: id for error area
This commit is contained in:
parent
086aa543b9
commit
521989ec56
28 changed files with 34 additions and 34 deletions
|
@ -7,7 +7,7 @@
|
|||
id="{{element.id}}"
|
||||
type="button"
|
||||
{{#error}}
|
||||
autofocus aria-describedby="id_error_{{element.name}}"
|
||||
autofocus aria-describedby="{{element.iderror}}"
|
||||
{{/error}}
|
||||
{{{element.attributes}}}>
|
||||
{{{element.value}}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue