Commit 5e696735 authored by Heinrich Fenkart's avatar Heinrich Fenkart

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

parent b1a9168b
...@@ -63,11 +63,11 @@ $('#example').tooltip(options) ...@@ -63,11 +63,11 @@ $('#example').tooltip(options)
<a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a> <a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>
<!-- Generated markup by the plugin --> <!-- Generated markup by the plugin -->
<div class="tooltip top"> <div class="tooltip top" role="tooltip">
<div class="tooltip-arrow"></div>
<div class="tooltip-inner"> <div class="tooltip-inner">
Some tooltip text! Some tooltip text!
</div> </div>
<div class="tooltip-arrow"></div>
</div> </div>
{% endhighlight %} {% endhighlight %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment