diff options
Diffstat (limited to 'site/content/docs/5.3/examples')
| -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"> |
