From be742b0f5cde4478402a5a11853cea35ded812ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laussel=20Lo=C3=AFc?= <loic.laussel@orange.com> Date: Wed, 17 May 2017 16:54:28 +0200 Subject: [PATCH] fix tooltip documentation page missing classname prefix "bs-" to popover top --- docs/components/tooltips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 388b248545..4cdcc190ce 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -139,7 +139,7 @@ You should only add tooltips to HTML elements that are traditionally keyboard-fo <a href="#" data-toggle="tooltip" title="Some tooltip text!">Hover over me</a> <!-- Generated markup by the plugin --> -<div class="tooltip tooltip-top" role="tooltip"> +<div class="tooltip bs-tooltip-top" role="tooltip"> <div class="arrow"></div> <div class="tooltip-inner"> Some tooltip text! -- GitLab