diff options
| author | Mark Otto <[email protected]> | 2015-06-19 16:26:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-06-19 16:26:33 -0700 |
| commit | bc29c016b7afefa2a9a42e94efaee58695049285 (patch) | |
| tree | ac294f7fbc18d4ba8c6b4179b7d1cbeb6481d70b /js/tests/visual/scrollspy.html | |
| parent | 8410afe0e104459a613f6232ad46334aa8b99fda (diff) | |
| parent | 3df2d085ed219a16848b96e90a72fcd5575a5270 (diff) | |
| download | bootstrap-bc29c016b7afefa2a9a42e94efaee58695049285.tar.xz bootstrap-bc29c016b7afefa2a9a42e94efaee58695049285.zip | |
Merge branch 'v4' into v4_builds
Diffstat (limited to 'js/tests/visual/scrollspy.html')
| -rw-r--r-- | js/tests/visual/scrollspy.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/visual/scrollspy.html b/js/tests/visual/scrollspy.html index 9958f90c0..332d5b6b9 100644 --- a/js/tests/visual/scrollspy.html +++ b/js/tests/visual/scrollspy.html @@ -33,7 +33,7 @@ <ul class="dropdown-menu" role="menu"> <li class=""><a href="#one" tabindex="-1">one</a></li> <li><a href="#two" tabindex="-1">two</a></li> - <li class="divider"></li> + <li role="separator" class="divider"></li> <li><a href="#three" tabindex="-1">three</a></li> </ul> </li> |
