mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixed #4598, typo, manually
This commit is contained in:
parent
582b178723
commit
5da217b96e
2 changed files with 4 additions and 4 deletions
|
@ -376,7 +376,7 @@ $('#myModal').on('hidden', function () {
|
|||
|
||||
|
||||
|
||||
<!-- Dropdown
|
||||
<!-- Dropdowns
|
||||
================================================== -->
|
||||
<section id="dropdowns">
|
||||
<div class="page-header">
|
||||
|
@ -479,7 +479,7 @@ $('#myModal').on('hidden', function () {
|
|||
<p>Add <code>data-toggle="dropdown"</code> to a link or button to toggle a dropdown.</p>
|
||||
<pre class="prettyprint linenums">
|
||||
<div class="dropdown">
|
||||
<a class="dropdown-toggle" href="#">Dropdown trigger</a>
|
||||
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Dropdown trigger</a>
|
||||
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
|
||||
...
|
||||
</ul>
|
||||
|
|
4
docs/templates/pages/javascript.mustache
vendored
4
docs/templates/pages/javascript.mustache
vendored
|
@ -306,7 +306,7 @@ $('#myModal').on('hidden', function () {
|
|||
|
||||
|
||||
|
||||
<!-- Dropdown
|
||||
<!-- Dropdowns
|
||||
================================================== -->
|
||||
<section id="dropdowns">
|
||||
<div class="page-header">
|
||||
|
@ -409,7 +409,7 @@ $('#myModal').on('hidden', function () {
|
|||
<p>{{_i}}Add <code>data-toggle="dropdown"</code> to a link or button to toggle a dropdown.{{/i}}</p>
|
||||
<pre class="prettyprint linenums">
|
||||
<div class="dropdown">
|
||||
<a class="dropdown-toggle" href="#">Dropdown trigger</a>
|
||||
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Dropdown trigger</a>
|
||||
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
|
||||
...
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue