]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #13979
authorChris Rebert <github@rebertia.com>
Mon, 30 Jun 2014 02:58:09 +0000 (19:58 -0700)
committerChris Rebert <github@rebertia.com>
Mon, 30 Jun 2014 02:58:09 +0000 (19:58 -0700)
docs/_includes/js/tooltips.html

index 5a43c1ddd142dead008dd638dfc26e9d2cf7495a..858a91ec389f0c15e0c7344fb644e48e494ea27c 100644 (file)
@@ -58,7 +58,7 @@ $('#example').tooltip(options)
     <h4>Multiple-line links</h4>
     <p>Sometimes you want to add a tooltip to a hyperlink that wraps multiple lines. The default behavior of the tooltip plugin is to center it horizontally and vertically. Add <code>white-space: nowrap;</code> to your anchors to avoid this.</p>
   </div>
-{% highlight html linenos %}
+{% highlight html %}
 <!-- HTML to write -->
 <a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a>