aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 %}