Skip to content

Commit

Permalink
Merge pull request #2368 from Alex-Jordan/instructor-index-aria-controls
Browse files Browse the repository at this point in the history
fix aria-controls in instructor tools index page
  • Loading branch information
pstaabp authored Mar 22, 2024
2 parents d497e06 + 43ec818 commit 264b4ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/ContentGenerator/Instructor/Index.html.ep
Original file line number Diff line number Diff line change
Expand Up @@ -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') =%>\
</button>
Expand All @@ -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') =%>\
</button>
Expand All @@ -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') =%>\
</button>
Expand Down

0 comments on commit 264b4ac

Please sign in to comment.