diff options
| author | Christian Oliff <[email protected]> | 2024-06-25 22:34:12 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-25 15:34:12 +0200 |
| commit | 008bc237c46ddb0aad090458643d0c49c7d4234e (patch) | |
| tree | 3cfc1ed5f7d44b8d01290437642522459099ccbb /site | |
| parent | d2d4581790da2618d3fe063dafaa6205c73aabdd (diff) | |
| download | bootstrap-008bc237c46ddb0aad090458643d0c49c7d4234e.tar.xz bootstrap-008bc237c46ddb0aad090458643d0c49c7d4234e.zip | |
Examples: use `<main>` in Cheatsheet examples (#40577)
Diffstat (limited to 'site')
| -rw-r--r-- | site/content/docs/5.3/examples/cheatsheet-rtl/index.html | 4 | ||||
| -rw-r--r-- | site/content/docs/5.3/examples/cheatsheet/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/site/content/docs/5.3/examples/cheatsheet-rtl/index.html b/site/content/docs/5.3/examples/cheatsheet-rtl/index.html index 824afb4f2..544c5e886 100644 --- a/site/content/docs/5.3/examples/cheatsheet-rtl/index.html +++ b/site/content/docs/5.3/examples/cheatsheet-rtl/index.html @@ -71,7 +71,7 @@ direction: rtl </ul> </nav> </aside> -<div class="bd-cheatsheet container-fluid bg-body"> +<main class="bd-cheatsheet container-fluid bg-body"> <section id="content"> <h2 class="sticky-xl-top fw-bold pt-3 pt-xl-5 pb-2 pb-xl-3">المحتوى</h2> @@ -1538,7 +1538,7 @@ direction: rtl </div> </article> </section> -</div> +</main> <div class="modal fade" id="exampleModalDefault" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog"> diff --git a/site/content/docs/5.3/examples/cheatsheet/index.html b/site/content/docs/5.3/examples/cheatsheet/index.html index ad52ceebb..faa012c60 100644 --- a/site/content/docs/5.3/examples/cheatsheet/index.html +++ b/site/content/docs/5.3/examples/cheatsheet/index.html @@ -70,7 +70,7 @@ body_class: "bg-body-tertiary" </ul> </nav> </aside> -<div class="bd-cheatsheet container-fluid bg-body"> +<main class="bd-cheatsheet container-fluid bg-body"> <section id="content"> <h2 class="sticky-xl-top fw-bold pt-3 pt-xl-5 pb-2 pb-xl-3">Contents</h2> @@ -1534,7 +1534,7 @@ body_class: "bg-body-tertiary" </div> </article> </section> -</div> +</main> <div class="modal fade" id="exampleModalDefault" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog"> |
