mirror of https://github.com/twbs/bootstrap.git
example.html: remove extra whitespace (#32143)
If we don't pass `class` to the `placeholder` shortcode, this resulted in two spaces before the `alt` attribute:
```html
{{< example >}}
{{< placeholder width="64" height="64" >}}
{{< /example >}}
```
```html
<img src="..." alt="...">
```
This commit is contained in:
parent
8a54cf598a
commit
d5b405ea9a