Fix closing of aria-attribute

pull/58/head moodle-1.15
Frode Petterson 2019-02-11 16:18:57 +01:00
parent e7a256da05
commit 7ee0c3372b
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ H5P.init = function (target) {
'<div role="button" ' +
'tabindex="0" ' +
'class="h5p-enable-fullscreen" ' +
'aria-label="' + H5P.t('fullscreen') +
'aria-label="' + H5P.t('fullscreen') + '" ' +
'title="' + H5P.t('fullscreen') + '">' +
'</div>' +
'</div>')