Fix typo on aria-labelledby attribute

This commit is contained in:
pimpiet 2022-08-29 10:05:12 +00:00
parent 624dd797a4
commit c1df1cc91d
2 changed files with 2 additions and 2 deletions

View file

@ -4614,7 +4614,7 @@ var templates = {
div.setAttribute('aria-expanded', 'false');
if (labelId) {
div.setAttribute('aria-labeledby', labelId);
div.setAttribute('aria-labelledby', labelId);
}
return div;

File diff suppressed because one or more lines are too long