diff options
| author | XhmikosR <[email protected]> | 2020-11-11 18:29:18 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-11-11 18:29:18 +0200 |
| commit | 7ad8967367dcd6ebccb9569096ebec0f627e35ac (patch) | |
| tree | 5969aa932d7813d01209f0999126b72f24aa4a85 /site/content | |
| parent | 3612a1e463a826364c340921b45dcc8bb3090e58 (diff) | |
| download | bootstrap-7ad8967367dcd6ebccb9569096ebec0f627e35ac.tar.xz bootstrap-7ad8967367dcd6ebccb9569096ebec0f627e35ac.zip | |
browsers-devices: add `chomp` (#32116)
This is to remove any trailing newlines in the `.browserslistrc` shortcode
Diffstat (limited to 'site/content')
| -rw-r--r-- | site/content/docs/5.0/getting-started/browsers-devices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/getting-started/browsers-devices.md b/site/content/docs/5.0/getting-started/browsers-devices.md index 7dc0743b7..bdda154a3 100644 --- a/site/content/docs/5.0/getting-started/browsers-devices.md +++ b/site/content/docs/5.0/getting-started/browsers-devices.md @@ -16,7 +16,7 @@ You can find our supported range of browsers and their versions [in our `.browse ```text {{< rf.inline >}} -{{- readFile ".browserslistrc" | htmlEscape -}} +{{- readFile ".browserslistrc" | chomp | htmlEscape -}} {{< /rf.inline >}} ``` |
