aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorAlex Gibson <[email protected]>2021-09-28 11:46:09 -0400
committerGitHub <[email protected]>2021-09-28 18:46:09 +0300
commit630d2707a379a9c84afc53ed66dde684c5798808 (patch)
tree036599ecf23f43127523d18892c1a1e571d3d668 /site
parentfee1dc52ee42b21985246513503782f058008861 (diff)
downloadbootstrap-630d2707a379a9c84afc53ed66dde684c5798808.tar.xz
bootstrap-630d2707a379a9c84afc53ed66dde684c5798808.zip
docs: remove `data-bs-dismiss="modal"` leftover (#35042)
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.1/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/components/modal.md b/site/content/docs/5.1/components/modal.md
index 8960eb5bb..8255a7364 100644
--- a/site/content/docs/5.1/components/modal.md
+++ b/site/content/docs/5.1/components/modal.md
@@ -512,7 +512,7 @@ Toggle between multiple modals with some clever placement of the `data-bs-target
Show a second modal and hide this one with the button below.
</div>
<div class="modal-footer">
- <button class="btn btn-primary" data-bs-target="#exampleModalToggle2" data-bs-toggle="modal" data-bs-dismiss="modal">Open second modal</button>
+ <button class="btn btn-primary" data-bs-target="#exampleModalToggle2" data-bs-toggle="modal">Open second modal</button>
</div>
</div>
</div>