aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-12 09:50:49 -0800
committerJacob Thornton <[email protected]>2012-01-12 09:50:49 -0800
commit8b5c8a3a90deebc1e83996668fad33568a3f58c6 (patch)
tree94e132d7553aabd940ea9fff8c3ac27b142f93fe
parent19090ea33322e9d4309497f838f8627ca21734bf (diff)
parent1fa94bdbf47e592e8c51920bb9489ef760e04830 (diff)
downloadbootstrap-8b5c8a3a90deebc1e83996668fad33568a3f58c6.tar.xz
bootstrap-8b5c8a3a90deebc1e83996668fad33568a3f58c6.zip
Merge pull request #972 from billmn/2.0-wip
Fixed broken anchors on js docs page
-rw-r--r--docs/javascript.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 51f3d691e..0350103fa 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -528,7 +528,7 @@ $('#myModal').on('hidden', function () {
<!-- Tabs
================================================== -->
- <section id="tab">
+ <section id="tabs">
<div class="page-header">
<h1>Togglable tabs <small>bootstrap-tab.js</small></h1>
</div>
@@ -832,7 +832,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
<!-- Alert
================================================== -->
- <section id="alert">
+ <section id="alerts">
<div class="page-header">
<h1>Alert messages <small>bootstrap-alert.js</small></h1>
</div>
@@ -901,7 +901,7 @@ $('#my-alert').bind('closed', function () {
<!-- Buttons
================================================== -->
- <section id="button">
+ <section id="buttons">
<div class="page-header">
<h1>Buttons <small>bootstrap-button.js</small></h1>
</div>