diff options
| author | Heinrich Fenkart <[email protected]> | 2014-06-12 05:03:40 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2014-06-12 05:35:27 +0200 |
| commit | 5e6967358fce043f847de2588b6d685f6a518eab (patch) | |
| tree | d45d252ab07d64b637793ddbd4bad4df19d5d82e /docs/_includes | |
| parent | b1a9168b1553f043b3c8c8f516cf0ff721aa6444 (diff) | |
| download | bootstrap-5e6967358fce043f847de2588b6d685f6a518eab.tar.xz bootstrap-5e6967358fce043f847de2588b6d685f6a518eab.zip | |
Update generated markup by the tooltip plugin in docs; fixes #13796
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/js/tooltips.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index e967878f8..5a43c1ddd 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -63,11 +63,11 @@ $('#example').tooltip(options) <a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a> <!-- Generated markup by the plugin --> -<div class="tooltip top"> +<div class="tooltip top" role="tooltip"> + <div class="tooltip-arrow"></div> <div class="tooltip-inner"> Some tooltip text! </div> - <div class="tooltip-arrow"></div> </div> {% endhighlight %} |
