diff options
| author | Patrick H. Lauke <[email protected]> | 2015-12-25 21:21:27 +0000 |
|---|---|---|
| committer | Patrick H. Lauke <[email protected]> | 2015-12-25 21:21:27 +0000 |
| commit | fc7fb0694acb02c418fbe0e7e6b842c01b0d2cd4 (patch) | |
| tree | 02a9425eff83a6b2e3c44625725b8ef0afdebdec | |
| parent | 9325bf045d10f215927825d89e9c350ec371b0b4 (diff) | |
| parent | f6b0f8f3ad50e1f5a03ce46c8c5ad774bbdefb64 (diff) | |
| download | bootstrap-fc7fb0694acb02c418fbe0e7e6b842c01b0d2cd4.tar.xz bootstrap-fc7fb0694acb02c418fbe0e7e6b842c01b0d2cd4.zip | |
Merge pull request #18680 from patrickhlauke/docs-modal-tweak1
Docs: add ellipsis to modal example code
| -rw-r--r-- | docs/components/modal.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md index a0e741bb4..e8627fe68 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -251,7 +251,7 @@ Modals have two optional sizes, available via modifier classes to be placed on a For modals that simply appear rather than fade in to view, remove the `.fade` class from your modal markup. {% highlight html %} -<div class="modal" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> +<div class="modal" tabindex="-1" role="dialog" aria-labelledby="..." aria-hidden="true"> ... </div> {% endhighlight %} |
