]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Tooltips: add missing space (#32529)
authorXhmikosR <xhmikosr@gmail.com>
Sun, 20 Dec 2020 15:12:22 +0000 (17:12 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 8 Jan 2021 10:04:37 +0000 (12:04 +0200)
site/content/docs/4.5/components/tooltips.md

index 331e0acdfcedda8ed9d56ce6b577bf140c4fa29f..6653427942474667ae4183eaf6d46bade1477373 100644 (file)
@@ -42,7 +42,7 @@ $(function () {
 Hover over the links below to see tooltips:
 
 <div class="bd-example tooltip-demo">
-  <p class="muted">Placeholder text to demonstrate some <a href="#" data-toggle="tooltip" title="Default tooltip">inline links</a>with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of <a href="#" data-toggle="tooltip" title="Another tooltip">real text</a>. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how <a href="#" data-toggle="tooltip" title="Another one here too">these tooltips on links</a> can work in practice, once you use them on <a href="#" data-toggle="tooltip" title="The last tip!">your own</a> site or project.
+  <p class="muted">Placeholder text to demonstrate some <a href="#" data-toggle="tooltip" title="Default tooltip">inline links</a> with tooltips. This is now just filler, no killer. Content placed here just to mimic the presence of <a href="#" data-toggle="tooltip" title="Another tooltip">real text</a>. And all that just to give you an idea of how tooltips would look when used in real-world situations. So hopefully you've now seen how <a href="#" data-toggle="tooltip" title="Another one here too">these tooltips on links</a> can work in practice, once you use them on <a href="#" data-toggle="tooltip" title="The last tip!">your own</a> site or project.
   </p>
 </div>