]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
images.md: remove zero-width space (#35234)
authorBarabas <31799121+Barabazs@users.noreply.github.com>
Thu, 28 Oct 2021 11:22:32 +0000 (13:22 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Thu, 28 Oct 2021 11:22:59 +0000 (14:22 +0300)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/4.6/content/images.md

index 8aca9054641781fce8d204c62916734dd935458d..0a25b13449ea11b88c3c26dea35a4be8b3ca71ea 100644 (file)
@@ -53,7 +53,7 @@ Align images with the [helper float classes]({{< docsref "/utilities/float" >}})
 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.
 
 ```html
-<picture>
+<picture>
   <source srcset="..." type="image/svg+xml">
   <img src="..." class="img-fluid img-thumbnail" alt="...">
 </picture>