Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarabas <31799121+Barabazs@users.noreply.github.com>2021-10-28 14:22:32 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-10-28 14:22:59 +0300
commitef6a4185357c39e6d0a25ccc0a264bed6a8f3021 (patch)
tree32842bd9208874442befcfcdbc4f4b4773b17b98
parent3f883268154b2861e7079773fac50b95a87b9f2c (diff)
images.md: remove zero-width space (#35234)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
-rw-r--r--site/content/docs/4.6/content/images.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.6/content/images.md b/site/content/docs/4.6/content/images.md
index 8aca905464..0a25b13449 100644
--- a/site/content/docs/4.6/content/images.md
+++ b/site/content/docs/4.6/content/images.md
@@ -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>