]> 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)
committerGitHub <noreply@github.com>
Thu, 28 Oct 2021 11:22:32 +0000 (14:22 +0300)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
site/content/docs/5.1/content/images.md

index 9d13ef4fb815c33e04a0600c653766650a5cc322..b55e7a2b87c8efe9719aa0fbd2900fbfe5c79c85 100644 (file)
@@ -48,7 +48,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>