diff --git a/docs/4.0/content/images/index.html b/docs/4.0/content/images/index.html index 056bb9aad..47b26217b 100644 --- a/docs/4.0/content/images/index.html +++ b/docs/4.0/content/images/index.html @@ -455,7 +455,7 @@

If you are using the <picture> element to specify multiple <source> elements for a specific <img>, make sure to add the .img-* classes to the <img> and not to the <picture> tag.

-
<picture>
+
<picture>
   <source srcset="..." type="image/svg+xml">
   <img src="..." class="img-fluid img-thumbnail" alt="...">
 </picture>
diff --git a/docs/4.1/content/images/index.html b/docs/4.1/content/images/index.html index fa8fce538..6dd1d2a0e 100644 --- a/docs/4.1/content/images/index.html +++ b/docs/4.1/content/images/index.html @@ -454,7 +454,7 @@

If you are using the <picture> element to specify multiple <source> elements for a specific <img>, make sure to add the .img-* classes to the <img> and not to the <picture> tag.

-
<picture>
+
<picture>
   <source srcset="..." type="image/svg+xml">
   <img src="..." class="img-fluid img-thumbnail" alt="...">
 </picture>
diff --git a/docs/4.2/content/images/index.html b/docs/4.2/content/images/index.html index 4c9bd0ba5..449f91487 100644 --- a/docs/4.2/content/images/index.html +++ b/docs/4.2/content/images/index.html @@ -532,7 +532,7 @@

If you are using the <picture> element to specify multiple <source> elements for a specific <img>, make sure to add the .img-* classes to the <img> and not to the <picture> tag.

-
<picture>
+
<picture>
   <source srcset="..." type="image/svg+xml">
   <img src="..." class="img-fluid img-thumbnail" alt="...">
 </picture>
diff --git a/docs/4.3/content/images/index.html b/docs/4.3/content/images/index.html index 5ab0ec630..e5e84478f 100644 --- a/docs/4.3/content/images/index.html +++ b/docs/4.3/content/images/index.html @@ -537,7 +537,7 @@

If you are using the <picture> element to specify multiple <source> elements for a specific <img>, make sure to add the .img-* classes to the <img> and not to the <picture> tag.

-
<picture>
+
<picture>
   <source srcset="..." type="image/svg+xml">
   <img src="..." class="img-fluid img-thumbnail" alt="...">
 </picture>
diff --git a/docs/4.4/content/images/index.html b/docs/4.4/content/images/index.html index 9cab6dd2d..c50bef2e3 100644 --- a/docs/4.4/content/images/index.html +++ b/docs/4.4/content/images/index.html @@ -541,7 +541,7 @@

If you are using the <picture> element to specify multiple <source> elements for a specific <img>, make sure to add the .img-* classes to the <img> and not to the <picture> tag.

-
<picture>
+
<picture>
   <source srcset="..." type="image/svg+xml">
   <img src="..." class="img-fluid img-thumbnail" alt="...">
 </picture>
diff --git a/docs/4.5/content/images/index.html b/docs/4.5/content/images/index.html index f83fd5c01..5e61661b5 100644 --- a/docs/4.5/content/images/index.html +++ b/docs/4.5/content/images/index.html @@ -543,7 +543,7 @@

If you are using the <picture> element to specify multiple <source> elements for a specific <img>, make sure to add the .img-* classes to the <img> and not to the <picture> tag.

-
<picture>
+
<picture>
   <source srcset="..." type="image/svg+xml">
   <img src="..." class="img-fluid img-thumbnail" alt="...">
 </picture>
diff --git a/docs/5.0/content/images/index.html b/docs/5.0/content/images/index.html index 89a0ebe09..d0e9e6d1e 100644 --- a/docs/5.0/content/images/index.html +++ b/docs/5.0/content/images/index.html @@ -450,7 +450,7 @@ </div>

Picture

If you are using the <picture> element to specify multiple <source> elements for a specific <img>, make sure to add the .img-* classes to the <img> and not to the <picture> tag.

-
<picture>
+
<picture>
   <source srcset="..." type="image/svg+xml">
   <img src="..." class="img-fluid img-thumbnail" alt="...">
 </picture>
diff --git a/docs/5.1/content/images/index.html b/docs/5.1/content/images/index.html
index 4ae255271..4bbd300b8 100644
--- a/docs/5.1/content/images/index.html
+++ b/docs/5.1/content/images/index.html
@@ -455,7 +455,7 @@
 </div>

Picture

If you are using the <picture> element to specify multiple <source> elements for a specific <img>, make sure to add the .img-* classes to the <img> and not to the <picture> tag.

-
<picture>
+
<picture>
   <source srcset="..." type="image/svg+xml">
   <img src="..." class="img-fluid img-thumbnail" alt="...">
 </picture>