diff options
| author | Mark Otto <[email protected]> | 2012-02-05 01:50:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 01:50:55 -0800 |
| commit | ff91b233eb51da94451114f45e276ba325f67479 (patch) | |
| tree | ae56730ef42363bbae54e5f1c2c62ac725bd09ad /docs/templates/pages/javascript.mustache | |
| parent | 53da88e561abf4a5802188ff1901e6915b85c18b (diff) | |
| download | bootstrap-ff91b233eb51da94451114f45e276ba325f67479.tar.xz bootstrap-ff91b233eb51da94451114f45e276ba325f67479.zip | |
fix #1665 by correcting tabs example markup
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
| -rw-r--r-- | docs/templates/pages/javascript.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index 9850335c4..006461290 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -548,7 +548,7 @@ $('#myModal').on('hidden', function () { <h3>{{_i}}Markup{{/i}}</h3> <p>{{_i}}You can activate a tab or pill navigation without writing any javascript by simply specifying <code>data-toggle="tab"</code> or <code>data-toggle="pill"</code> on an element.{{/i}}</p> <pre class="prettyprint linenums"> -<ul class="tabs"> +<ul class="nav nav-tabs"> <li><a href="#home" data-toggle="tab">{{_i}}Home{{/i}}</a></li> <li><a href="#profile" data-toggle="tab">{{_i}}Profile{{/i}}</a></li> <li><a href="#messages" data-toggle="tab">{{_i}}Messages{{/i}}</a></li> @@ -560,7 +560,7 @@ $('#myModal').on('hidden', function () { {{_i}}Activates a tab element and content container. Tab should have either a `data-target` or an `href` targeting a container node in the dom.{{/i}} </p> <pre class="prettyprint linenums"> -<ul class="tabs"> +<ul class="nav nav-tabs"> <li class="active"><a href="#home">{{_i}}Home{{/i}}</a></li> <li><a href="#profile">{{_i}}Profile{{/i}}</a></li> <li><a href="#messages">{{_i}}Messages{{/i}}</a></li> |
