]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
example.html: remove extra whitespace (#32143)
authorXhmikosR <xhmikosr@gmail.com>
Fri, 13 Nov 2020 10:45:11 +0000 (12:45 +0200)
committerGitHub <noreply@github.com>
Fri, 13 Nov 2020 10:45:11 +0000 (12:45 +0200)
commitd5b405ea9adc753ec39bc7309d38bf76291a2cf0
tree2d0494ff2a610195a1b3c176d59ff08b6ed3b115
parent8a54cf598aba57b6bf48eb193547caa838a26843
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="...">
```
site/layouts/shortcodes/example.html