aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/content
diff options
context:
space:
mode:
authorlucascono <[email protected]>2017-10-04 09:00:18 -0300
committerlucascono <[email protected]>2017-10-04 09:00:18 -0300
commitef2da793e84e5e0feff7fd81655e3656565e639e (patch)
tree927af0b1221595ad0de4e6975215d01ab7a147fe /docs/4.0/content
parent2729d81832a8d8210996e38cdf86922a28a681e9 (diff)
parent1c24bdeca89e419da5ad2fc819e43fb96a912019 (diff)
downloadbootstrap-ef2da793e84e5e0feff7fd81655e3656565e639e.tar.xz
bootstrap-ef2da793e84e5e0feff7fd81655e3656565e639e.zip
Merge remote-tracking branch 'refs/remotes/twbs/v4-dev' into v4-dev
Diffstat (limited to 'docs/4.0/content')
-rw-r--r--docs/4.0/content/images.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/content/images.md b/docs/4.0/content/images.md
index 4601dcc6d..5c8e19470 100644
--- a/docs/4.0/content/images.md
+++ b/docs/4.0/content/images.md
@@ -77,7 +77,7 @@ If you are using the `<picture>` element to specify multiple `<source>` elements
{% highlight html %}
​<picture>
- <source srcset="..." type="image/svg+xml">
- <img src="..." class="img-fluid img-thumbnail" alt="...">
+ <source srcset="..." type="image/svg+xml">
+ <img src="..." class="img-fluid img-thumbnail" alt="...">
</picture>
{% endhighlight %}