diff options
| author | Gijs Boddeus <[email protected]> | 2017-10-04 12:05:13 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-04 12:05:13 +0200 |
| commit | f40cce9ebcfc3a6b3bea3a74414459b97efd21ae (patch) | |
| tree | 16ed6c8583376b1f9b6131957322a07cf0b1e5ed /docs/4.0/content | |
| parent | cefc68d464ab173b42f5c09c968ac49dfed08aa1 (diff) | |
| parent | 1c24bdeca89e419da5ad2fc819e43fb96a912019 (diff) | |
| download | bootstrap-f40cce9ebcfc3a6b3bea3a74414459b97efd21ae.tar.xz bootstrap-f40cce9ebcfc3a6b3bea3a74414459b97efd21ae.zip | |
Merge branch 'v4-dev' into yiq-function-update
Diffstat (limited to 'docs/4.0/content')
| -rw-r--r-- | docs/4.0/content/images.md | 4 |
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 %} |
