diff options
| author | Mark Otto <[email protected]> | 2016-10-25 19:57:51 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-25 19:57:51 -0700 |
| commit | aa11f002182877fe545933d6ac6009cd5363072c (patch) | |
| tree | 69abc28b1a2a61eccbff89bfe86d3662c29d2695 /js/tests/visual/modal.html | |
| parent | 2eaef44edd2bd64dd12bea94ac24914a4f287d47 (diff) | |
| parent | 9d129a43d6c24d9e60cc8fc7cfbddaaa4c586fdf (diff) | |
| download | bootstrap-aa11f002182877fe545933d6ac6009cd5363072c.tar.xz bootstrap-aa11f002182877fe545933d6ac6009cd5363072c.zip | |
Merge pull request #20982 from Johann-S/fix19344
Fix #19344 - Use a single class name for opened/expanded/shown state of widgets
Diffstat (limited to 'js/tests/visual/modal.html')
| -rw-r--r-- | js/tests/visual/modal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/modal.html b/js/tests/visual/modal.html index a9e2c2440..5d7ee0fc0 100644 --- a/js/tests/visual/modal.html +++ b/js/tests/visual/modal.html @@ -71,7 +71,7 @@ </a> </h5> </div> - <div id="collapseOne" class="collapse in" role="tabpanel" aria-labelledby="headingOne"> + <div id="collapseOne" class="collapse active" role="tabpanel" aria-labelledby="headingOne"> <div class="card-block"> Lorem ipsum </div> |
