diff --git a/site/content/docs/5.3/components/list-group.md b/site/content/docs/5.3/components/list-group.md index 35c5f4949a..597c5e16e6 100644 --- a/site/content/docs/5.3/components/list-group.md +++ b/site/content/docs/5.3/components/list-group.md @@ -178,7 +178,7 @@ Use contextual classes to style list items with a stateful icon. {{- range (index $.Site.Data "palette") }} {{- if (eq .category "Functional colors") }} {{- range (index .colors) }} -
  • A simple {{ .name }} list group item
  • +
  • A simple {{ .name }} list group item
  • {{- end -}} {{- end -}} {{- end -}} @@ -198,7 +198,7 @@ Contextual classes also work with `.list-group-item-action` for `` and `A simple {{ .name }} list group item + A simple {{ .name }} list group item {{- end -}} {{- end -}} {{- end -}}