diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 05778bc975..2ee6707415 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -199,7 +199,7 @@ $('.popover-dismiss').popover({ template string - '<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>' + '<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'

Base HTML to use when creating the popover.

The popover's title will be injected into the .popover-title.