]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove stray parameter from capture.
authorXhmikosR <xhmikosr@gmail.com>
Sun, 10 Feb 2019 20:57:28 +0000 (22:57 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 11 Feb 2019 06:54:17 +0000 (08:54 +0200)
site/docs/4.2/components/toasts.md

index fe62533fe39db04efc7ce7d3da4ea2e3b6fdea40..2f692e22d582288c195fa7edc5cf49a7e4b7ba93 100644 (file)
@@ -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;">