aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-10 22:57:28 +0200
committerXhmikosR <[email protected]>2019-02-11 08:54:17 +0200
commit2bfe581eebb0e934961b433de31fcceb1251002e (patch)
treef64e19e4ead884f9a879b3c3ffeb36a7126a9a52
parentbbf8b768ef97127b66165ed24496ae6429189a72 (diff)
downloadbootstrap-2bfe581eebb0e934961b433de31fcceb1251002e.tar.xz
bootstrap-2bfe581eebb0e934961b433de31fcceb1251002e.zip
Remove stray parameter from capture.
-rw-r--r--site/docs/4.2/components/toasts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/components/toasts.md b/site/docs/4.2/components/toasts.md
index fe62533fe..2f692e22d 100644
--- a/site/docs/4.2/components/toasts.md
+++ b/site/docs/4.2/components/toasts.md
@@ -174,7 +174,7 @@ For systems that generate more notifications, consider using a wrapping element
You can also get fancy with flexbox utilities to align toasts horizontally and/or vertically.
<div class="bg-dark">
-{% capture example html %}
+{% capture example %}
<!-- Flexbox container for aligning the toasts -->
<div aria-live="polite" aria-atomic="true" class="d-flex justify-content-center align-items-center" style="min-height: 200px;">