Update generated markup by the tooltip plugin in docs; fixes #13796

This commit is contained in:
Heinrich Fenkart 2014-06-12 05:03:40 +02:00
parent b1a9168b15
commit 5e6967358f
1 changed files with 2 additions and 2 deletions

View File

@ -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 %}