From 43ec818419e3df77542b1b0463db5de4fcd567bc Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Thu, 21 Mar 2024 12:38:47 -0700 Subject: [PATCH] fix aria-controls in instructor tools index page --- templates/ContentGenerator/Instructor/Index.html.ep | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/ContentGenerator/Instructor/Index.html.ep b/templates/ContentGenerator/Instructor/Index.html.ep index ccde7bd716..7e8f0f669c 100644 --- a/templates/ContentGenerator/Instructor/Index.html.ep +++ b/templates/ContentGenerator/Instructor/Index.html.ep @@ -70,7 +70,7 @@ data-bs-target="#user-actions" type="button" role="tab" - aria-controls="pills-user-actions" + aria-controls="user-actions" aria-selected="true">\ <%== maketext('User Actions') =%>\ @@ -83,7 +83,7 @@ data-bs-target="#user-set-actions" type="button" role="tab" - aria-controls="pills-user-set-actions" + aria-controls="user-set-actions" aria-selected="false">\ <%== maketext('User-Set Actions') =%>\ @@ -96,7 +96,7 @@ data-bs-target="#set-actions" type="button" role="tab" - aria-controls="pills-set-actions" + aria-controls="set-actions" aria-selected="false">\ <%== maketext('Set Actions') =%>\