Skip to content

Commit

Permalink
Update generated markup by the tooltip plugin in docs; fixes twbs#13796
Browse files Browse the repository at this point in the history
  • Loading branch information
hnrch02 committed Jun 12, 2014
1 parent b1a9168 commit 5e69673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_includes/js/tooltips.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ <h4>Multiple-line links</h4>
<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 %}

Expand Down

0 comments on commit 5e69673

Please sign in to comment.