Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/site/docs
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-10 23:57:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-02-11 09:54:17 +0300
commit2bfe581eebb0e934961b433de31fcceb1251002e (patch)
treef64e19e4ead884f9a879b3c3ffeb36a7126a9a52 /site/docs
parentbbf8b768ef97127b66165ed24496ae6429189a72 (diff)
Remove stray parameter from capture.
Diffstat (limited to 'site/docs')
-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 fe62533fe3..2f692e22d5 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;">