diff options
| author | XhmikosR <[email protected]> | 2017-10-04 12:36:17 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2017-10-04 13:01:15 +0300 |
| commit | 9289773b8a496d1781655f944ec133eb9a781117 (patch) | |
| tree | dd51b627ecfe7d668f4dbf938e2a196e95a59164 /docs | |
| parent | 54624042262ffba6baff5bcce6f1ac0ae8150ca9 (diff) | |
| download | bootstrap-9289773b8a496d1781655f944ec133eb9a781117.tar.xz bootstrap-9289773b8a496d1781655f944ec133eb9a781117.zip | |
content/images.md: fix indentation in `picture` snippet.
Diffstat (limited to 'docs')
| -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 %} |
