mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-23 16:00:23 +00:00
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="...">
```
|
||
|---|---|---|
| .. | ||
| bs-table.html | ||
| callout.html | ||
| docsref.html | ||
| example.html | ||
| markdown.html | ||
| param.html | ||
| partial.html | ||
| placeholder.html | ||
| scss-docs.html | ||
| table.html | ||
| year.html | ||