From: Florian Lacreuse Date: Tue, 15 Dec 2020 15:27:06 +0000 (+0100) Subject: Fix popover docs example (#32489) X-Git-Tag: v5.0.0-beta2~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e7c9e56fc76b8cf5b34d9d7b041b3904fb6404c;p=thirdparty%2Fbootstrap.git Fix popover docs example (#32489) --- diff --git a/site/content/docs/5.0/components/popovers.md b/site/content/docs/5.0/components/popovers.md index 817cd1ef15..10072ad62c 100644 --- a/site/content/docs/5.0/components/popovers.md +++ b/site/content/docs/5.0/components/popovers.md @@ -62,40 +62,20 @@ var popover = new bootstrap.Popover(document.querySelector('.example-popover'), Four options are available: top, right, bottom, and left aligned. Directions are mirrored when using Bootstrap in RTL. -
-
- - - - -
-
- -```html +{{< example >}} - - - -``` +{{< /example >}} ### Dismiss on next click