0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/site
XhmikosR d5b405ea9a
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="...">
```
2020-11-13 12:45:11 +02:00
..
assets search.js: check for search-input element early (#32100) 2020-11-09 20:47:02 +02:00
content Update floating-labels.md (#32139) 2020-11-12 18:12:42 +02:00
data Prepare v5.0.0-alpha3 (#32122) 2020-11-11 19:07:37 +02:00
layouts example.html: remove extra whitespace (#32143) 2020-11-13 12:45:11 +02:00
static v5: Floating labels (#30449) 2020-10-27 20:45:48 -07:00
.eslintrc.json Clean up lint rules (#30721) 2020-05-04 19:32:09 +03:00