aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-11 18:29:18 +0200
committerGitHub <[email protected]>2020-11-11 18:29:18 +0200
commit7ad8967367dcd6ebccb9569096ebec0f627e35ac (patch)
tree5969aa932d7813d01209f0999126b72f24aa4a85 /site/content/docs
parent3612a1e463a826364c340921b45dcc8bb3090e58 (diff)
downloadbootstrap-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/docs')
-rw-r--r--site/content/docs/5.0/getting-started/browsers-devices.md2
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 >}}
```