diff options
| author | Chris Rebert <[email protected]> | 2014-11-17 02:13:21 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-17 02:13:21 -0800 |
| commit | 450a9ece107a2010e7d0c4eddafc58bad697b569 (patch) | |
| tree | 7075cf6c8a8264c050c7d064dd52450c9f942ad4 /docs/_includes/js/modal.html | |
| parent | 8df9298b1e8696dcbf0bae54bff1816bd8df061a (diff) | |
| parent | bab36220c98bc9552a483d5d091cb8d8acfd3d31 (diff) | |
| download | bootstrap-450a9ece107a2010e7d0c4eddafc58bad697b569.tar.xz bootstrap-450a9ece107a2010e7d0c4eddafc58bad697b569.zip | |
Merge pull request #15125 from patrickhlauke/docs-clean-up
Docs clean up - unnecessary role attributes, callout clarifications
Diffstat (limited to 'docs/_includes/js/modal.html')
| -rw-r--r-- | docs/_includes/js/modal.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index e2ed1918e..401356577 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -234,7 +234,7 @@ <h4 class="modal-title" id="exampleModalLabel">New message</h4> </div> <div class="modal-body"> - <form role="form"> + <form> <div class="form-group"> <label for="recipient-name" class="control-label">Recipient:</label> <input type="text" class="form-control" id="recipient-name"> @@ -267,7 +267,7 @@ <h4 class="modal-title" id="exampleModalLabel">New message</h4> </div> <div class="modal-body"> - <form role="form"> + <form> <div class="form-group"> <label for="recipient-name" class="control-label">Recipient:</label> <input type="text" class="form-control" id="recipient-name"> |
