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
diff options
context:
space:
mode:
Diffstat (limited to 'site/content/docs/5.2/components/dropdowns.md')
-rw-r--r--site/content/docs/5.2/components/dropdowns.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/site/content/docs/5.2/components/dropdowns.md b/site/content/docs/5.2/components/dropdowns.md
index d6bd4f92b3..a287bcea2c 100644
--- a/site/content/docs/5.2/components/dropdowns.md
+++ b/site/content/docs/5.2/components/dropdowns.md
@@ -853,8 +853,9 @@ Separate groups of related menu items with a divider.
<li><a class="dropdown-item" href="#">Another action</a></li>
<li><a class="dropdown-item" href="#">Something else here</a></li>
<li><hr class="dropdown-divider"></li>
- <li><a class="dropdown-item" href="#">Separated link</a></li>
-</ul>
+ <li><a class="dropdown-item" href="#">Separated link</a></li>
+ </ul>
+</div>
{{< /example >}}
### Text