From 23cf931c7fcf5a5013a269e7e50f9a4de841c2d9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 27 Oct 2020 11:24:28 +0200 Subject: [PATCH] list-group.md: fix snippet (#31981) --- site/docs/4.5/components/list-group.md | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/site/docs/4.5/components/list-group.md b/site/docs/4.5/components/list-group.md index 251dae672e..4f51daa3c1 100644 --- a/site/docs/4.5/components/list-group.md +++ b/site/docs/4.5/components/list-group.md @@ -258,25 +258,25 @@ Use the tab JavaScript plugin—include it individually or through the compiled You can activate a list group navigation without writing any JavaScript by simply specifying `data-toggle="list"` or on an element. Use these data attributes on `.list-group-item`. -
{% highlight html %} - - +
+ + - -
-
...
-
...
-
...
-
...
+ +
+
...
+
...
+
...
+
...
+
{% endhighlight %} -
### Via JavaScript