From cda31407e77c26943f3603ff8d39cf95fc073ce8 Mon Sep 17 00:00:00 2001 From: Mihail Geshoski Date: Tue, 15 Aug 2023 07:29:26 +0200 Subject: [PATCH] MDL-77035 grades: Fix accessibility violation in modals Adds the aria-labelledby attribute to the .modal element in order to comply with the modal accessibility requirements. --- lib/templates/modal.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/templates/modal.mustache b/lib/templates/modal.mustache index 8cf231cf616..7400f6d9972 100644 --- a/lib/templates/modal.mustache +++ b/lib/templates/modal.mustache @@ -40,8 +40,8 @@ } }} -