diff --git a/docs/4.0/content/images/index.html b/docs/4.0/content/images/index.html index 056bb9aad0..47b26217ba 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 fa8fce538b..6dd1d2a0e8 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 4c9bd0ba59..449f914877 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 5ab0ec6301..e5e84478fa 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 9cab6dd2d0..c50bef2e3c 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 f83fd5c01a..5e61661b52 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 89a0ebe09d..d0e9e6d1e7 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 4ae255271d..4bbd300b84 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>