aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-07-07 19:47:21 -0700
committerMark Otto <[email protected]>2018-07-07 19:47:21 -0700
commitcc41a5e64f06c9cbdca91bf45967a448c1bda29d (patch)
tree2e3eef9da4f6677ca5b195b3272d7bf9aed98cca /docs
parent5ad1049622fa409cd9ddf51a3f0f8a5c9d0c2483 (diff)
downloadbootstrap-cc41a5e64f06c9cbdca91bf45967a448c1bda29d.tar.xz
bootstrap-cc41a5e64f06c9cbdca91bf45967a448c1bda29d.zip
fix docs heading
Diffstat (limited to 'docs')
-rw-r--r--docs/4.1/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/modal.md b/docs/4.1/components/modal.md
index 0ee0ae241..39c638b6d 100644
--- a/docs/4.1/components/modal.md
+++ b/docs/4.1/components/modal.md
@@ -520,7 +520,7 @@ Modals have three optional sizes, available via modifier classes to be placed on
<div class="modal-content">
<div class="modal-header">
- <h4 class="modal-title" id="myExtraLargeModalLabel">Extra large modal</h4>
+ <h5 class="modal-title h4" id="myExtraLargeModalLabel">Extra large modal</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>