Skip to content

Commit

Permalink
Merge pull request twbs#13799 from hnrch02/update-generated-markup
Browse files Browse the repository at this point in the history
Update generated markup by the tooltip plugin in docs; fixes twbs#13796
  • Loading branch information
cvrebert committed Jun 12, 2014
2 parents b1a9168 + 5e69673 commit 63767f8
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 63767f8

Please sign in to comment.