Skip to content

Commit

Permalink
Merge pull request #1262 from d-oit/patch-1
Browse files Browse the repository at this point in the history
Fix attribute aria-inledby -> aria-labelledby
  • Loading branch information
markdumay authored Oct 24, 2024
2 parents 09e649d + d067171 commit 0d24f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ $toc := .Render "single/panel-toc" }}

{{ with $sidebar }}
<div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvass-sidebar" aria-inledby="offcanvas-label">
<div class="offcanvas offcanvas-start" tabindex="-1" id="offcanvass-sidebar" aria-labelledby="offcanvas-label">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvas-label">{{ strings.FirstUpper $.Section }}</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="{{ T "close" }}"></button>
Expand Down Expand Up @@ -41,4 +41,4 @@ <h5 class="offcanvas-title" id="offcanvas-label">{{ strings.FirstUpper $.Section
</div>
{{ end -}}
</div>
{{ end -}}
{{ end -}}

0 comments on commit 0d24f85

Please sign in to comment.