From f08655cfb0f8f21cf79e92d8c28127ec9fe83177 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Thu, 17 Oct 2019 15:01:22 +0200 Subject: [PATCH] Fix dialog accessibility --- js/h5p.js | 15 ++++++++++++--- styles/h5p.css | 9 ++++----- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/js/h5p.js b/js/h5p.js index 87df138..ee1888a 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -1030,7 +1030,7 @@ H5P.t = function (key, vars, ns) { H5P.Dialog = function (name, title, content, $element) { /** @alias H5P.Dialog# */ var self = this; - var $dialog = H5P.jQuery('
\ + var $dialog = H5P.jQuery('