Fix closing of aria-attribute
parent
415e101064
commit
2b2184fa30
|
@ -140,7 +140,7 @@ H5P.init = function (target) {
|
||||||
'<div role="button" ' +
|
'<div role="button" ' +
|
||||||
'tabindex="0" ' +
|
'tabindex="0" ' +
|
||||||
'class="h5p-enable-fullscreen" ' +
|
'class="h5p-enable-fullscreen" ' +
|
||||||
'aria-label="' + H5P.t('fullscreen') +
|
'aria-label="' + H5P.t('fullscreen') + '" ' +
|
||||||
'title="' + H5P.t('fullscreen') + '">' +
|
'title="' + H5P.t('fullscreen') + '">' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'</div>')
|
'</div>')
|
||||||
|
|
Loading…
Reference in New Issue