diff options
| author | Chris Rebert <[email protected]> | 2014-06-29 19:58:09 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-06-29 19:58:09 -0700 |
| commit | d23d9ee4a01a3db0fb2b843bbd7b69814a91790b (patch) | |
| tree | 0e0bc6b64fc91f1755333da09d1486d5bb529160 | |
| parent | 1098453f831fad3fdfcbf036237ed064a5d29b26 (diff) | |
| download | bootstrap-d23d9ee4a01a3db0fb2b843bbd7b69814a91790b.tar.xz bootstrap-d23d9ee4a01a3db0fb2b843bbd7b69814a91790b.zip | |
fix #13979
| -rw-r--r-- | docs/_includes/js/tooltips.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 5a43c1ddd..858a91ec3 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -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> |
