diff --git a/site/content/docs/5.0/components/alerts.md b/site/content/docs/5.0/components/alerts.md index c58e93a231..79eccab884 100644 --- a/site/content/docs/5.0/components/alerts.md +++ b/site/content/docs/5.0/components/alerts.md @@ -90,9 +90,7 @@ alertList.forEach(function (alert) { Or with `data` attributes on a button **within the alert**, as demonstrated above: {{< highlight html >}} - + {{< /highlight >}} Note that closing an alert will remove it from the DOM. diff --git a/site/content/docs/5.0/components/modal.md b/site/content/docs/5.0/components/modal.md index fbf36f0dd6..bb00382a26 100644 --- a/site/content/docs/5.0/components/modal.md +++ b/site/content/docs/5.0/components/modal.md @@ -44,9 +44,7 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee