Commit bdac42ea authored by Mark Otto's avatar Mark Otto

Merge pull request #8631 from jamescostian/patch-1

Fix ID of buttons section on javascript page
parents e4159b53 2c58fab3
...@@ -1137,7 +1137,7 @@ $('#my-alert').bind('closed.bs.alert', function () { ...@@ -1137,7 +1137,7 @@ $('#my-alert').bind('closed.bs.alert', function () {
<!-- Buttons <!-- Buttons
================================================== --> ================================================== -->
<div class="bs-docs-section" id="js-buttons"> <div class="bs-docs-section" id="buttons">
<div class="page-header"> <div class="page-header">
<h1>Buttons <small>button.js</small></h1> <h1>Buttons <small>button.js</small></h1>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment