aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/tooltips.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-06-11 20:51:58 -0700
committerChris Rebert <[email protected]>2014-06-11 20:51:58 -0700
commit63767f8806f29b8b995533fcfefba88765fb402c (patch)
treed45d252ab07d64b637793ddbd4bad4df19d5d82e /docs/_includes/js/tooltips.html
parentb1a9168b1553f043b3c8c8f516cf0ff721aa6444 (diff)
parent5e6967358fce043f847de2588b6d685f6a518eab (diff)
downloadbootstrap-63767f8806f29b8b995533fcfefba88765fb402c.tar.xz
bootstrap-63767f8806f29b8b995533fcfefba88765fb402c.zip
Merge pull request #13799 from hnrch02/update-generated-markup
Update generated markup by the tooltip plugin in docs; fixes #13796
Diffstat (limited to 'docs/_includes/js/tooltips.html')
-rw-r--r--docs/_includes/js/tooltips.html4
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 %}