diff options
| author | XhmikosR <[email protected]> | 2016-01-26 14:58:19 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2016-02-19 11:26:54 +0200 |
| commit | 79067a6440ba833fe290a2b386b0588ceb3610c7 (patch) | |
| tree | 82da26aceb445923459d9359cb880c26db6f50a1 /js/tests/visual/dropdown.html | |
| parent | c6c2958385e38d573aee61cb117add738f1b3635 (diff) | |
| download | bootstrap-79067a6440ba833fe290a2b386b0588ceb3610c7.tar.xz bootstrap-79067a6440ba833fe290a2b386b0588ceb3610c7.zip | |
Fix validation errors.
[skip sauce]
Diffstat (limited to 'js/tests/visual/dropdown.html')
| -rw-r--r-- | js/tests/visual/dropdown.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/dropdown.html b/js/tests/visual/dropdown.html index f0d6f159e..11474728e 100644 --- a/js/tests/visual/dropdown.html +++ b/js/tests/visual/dropdown.html @@ -15,7 +15,7 @@ <h1>Dropdown <small>Bootstrap Visual Test</small></h1> </div> - <nav id="navbar-example" class="navbar navbar-light bg-faded" role="navigation"> + <nav id="navbar-example" class="navbar navbar-light bg-faded"> <button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target="#exCollapsingNavbar2"> ☰ </button> |
