diff options
| author | Steven Black <[email protected]> | 2015-02-25 04:00:37 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-03-03 18:22:09 +0200 |
| commit | 457885075f8fa004f3a190efdcf381af218e1bb7 (patch) | |
| tree | 2bca5372ef834b621c63a3af1ed4e84d1bf7ddda /docs/_includes/js/dropdowns.html | |
| parent | 420a8088a4086cf06d930070404531cba8db8a8d (diff) | |
| download | bootstrap-457885075f8fa004f3a190efdcf381af218e1bb7.tar.xz bootstrap-457885075f8fa004f3a190efdcf381af218e1bb7.zip | |
Javascript docs: Accessibility and cosmetic changes to headings.
Closes #15915 by merging it.
Diffstat (limited to 'docs/_includes/js/dropdowns.html')
| -rw-r--r-- | docs/_includes/js/dropdowns.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/dropdowns.html b/docs/_includes/js/dropdowns.html index d00c4da38..98184eb9c 100644 --- a/docs/_includes/js/dropdowns.html +++ b/docs/_includes/js/dropdowns.html @@ -159,7 +159,7 @@ $('.dropdown-toggle').dropdown() <p><em>None</em></p> <h3 id="dropdowns-methods">Methods</h3> - <h4>$().dropdown('toggle')</h4> + <h4><code>$().dropdown('toggle')</code></h4> <p>Toggles the dropdown menu of a given navbar or tabbed navigation.</p> <h3 id="dropdowns-events">Events</h3> |
