From: Louis-Maxime Piton
Date: Fri, 10 Mar 2023 17:17:38 +0000 (+0100)
Subject: Docs: Remove unnecessary `href` and `tabindex="-1"` (#38196)
X-Git-Tag: v5.3.0-alpha2~50
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2032a6aa8e351133ccffcf2b798728733d10f0b4;p=thirdparty%2Fbootstrap.git
Docs: Remove unnecessary `href` and `tabindex="-1"` (#38196)
* Proposal
* fix(review)
---
diff --git a/site/content/docs/5.3/components/placeholders.md b/site/content/docs/5.3/components/placeholders.md
index 5ebaab3aaa..6faf51e083 100644
--- a/site/content/docs/5.3/components/placeholders.md
+++ b/site/content/docs/5.3/components/placeholders.md
@@ -38,7 +38,7 @@ In the example below, we take a typical card component and recreate it with plac
-
+
@@ -67,7 +67,7 @@ In the example below, we take a typical card component and recreate it with plac
-
+
```
@@ -83,7 +83,7 @@ We apply additional styling to `.btn`s via `::before` to ensure the `height` is
-
+
{{< /example >}}
{{< callout info >}}