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
committerGitHub <noreply@github.com>2021-10-28 14:22:32 +0300
commit2e87f9aef0dca68967199e52660b645b75dd169d (patch)
treeeef9b0187826e2a498355b37bf208d1a5153b088 /site/content/docs
parentdc06b9966e21faa3f1d2f9ce14cb12a0870e8c6c (diff)
images.md: remove zero-width space (#35234)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to 'site/content/docs')
-rw-r--r--site/content/docs/5.1/content/images.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/content/images.md b/site/content/docs/5.1/content/images.md
index 9d13ef4fb8..b55e7a2b87 100644
--- a/site/content/docs/5.1/content/images.md
+++ b/site/content/docs/5.1/content/images.md
@@ -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>