diff options
| author | Mark Otto <[email protected]> | 2012-04-30 15:42:55 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-30 15:42:55 -0700 |
| commit | b6b354ceaa1b29650b2b131bf436d64b70f5f344 (patch) | |
| tree | 66f43252fb909f3e0c32f5a7cb7f81ac73ef7cb5 /docs/components.html | |
| parent | 51153766f5f6bf557830f1cb364a99bdab389019 (diff) | |
| download | bootstrap-b6b354ceaa1b29650b2b131bf436d64b70f5f344.tar.xz bootstrap-b6b354ceaa1b29650b2b131bf436d64b70f5f344.zip | |
#3255: typo in components for tabbable tabs
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index 1678e58aa..4ce4abdb1 100644 --- a/docs/components.html +++ b/docs/components.html @@ -813,7 +813,7 @@ <h3>Straightforward markup</h3> <p>Using tabbable tabs requires a wrapping div, a set of tabs, and a set of tabbable panes of content.</p> <pre class="prettyprint linenums"> -<div class="tabbable"> <-- Only required for left/right tabs --> +<div class="tabbable"> <!-- Only required for left/right tabs --> <ul class="nav nav-tabs"> <li class="active"><a href="#tab1" data-toggle="tab">Section 1</a></li> <li><a href="#tab2" data-toggle="tab">Section 2</a></li> |
