diff options
| author | Mark Otto <[email protected]> | 2014-04-07 22:59:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-04-07 22:59:37 -0700 |
| commit | f159ce8b9ee84f885222a48c856a0f64269ba079 (patch) | |
| tree | aabba2bc968a75da2159c6440d2a3706e20d79d1 /docs/examples/carousel/index.html | |
| parent | bfb99413eefbbe2e8fbb1e477cbfa63ea7d36140 (diff) | |
| download | bootstrap-f159ce8b9ee84f885222a48c856a0f64269ba079.tar.xz bootstrap-f159ce8b9ee84f885222a48c856a0f64269ba079.zip | |
Fixes #13208: Drop <b> for <span> in code snippets and examples
Diffstat (limited to 'docs/examples/carousel/index.html')
| -rw-r--r-- | docs/examples/carousel/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index beba7615c..0a2ae7b36 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -48,7 +48,7 @@ <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> <li class="dropdown"> - <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <span class="caret"></span></a> <ul class="dropdown-menu"> <li><a href="#">Action</a></li> <li><a href="#">Another action</a></li> |
