]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update generated markup by the tooltip plugin in docs; fixes #13796 13799/head
authorHeinrich Fenkart <hnrch02@gmail.com>
Thu, 12 Jun 2014 03:03:40 +0000 (05:03 +0200)
committerHeinrich Fenkart <hnrch02@gmail.com>
Thu, 12 Jun 2014 03:35:27 +0000 (05:35 +0200)
docs/_includes/js/tooltips.html

index e967878f86e80225063f13770fb99cb6553c2def..5a43c1ddd142dead008dd638dfc26e9d2cf7495a 100644 (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 %}