From: XhmikosR Date: Wed, 11 Nov 2020 16:29:18 +0000 (+0200) Subject: browsers-devices: add `chomp` (#32116) X-Git-Tag: v5.0.0-alpha3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ad8967367dcd6ebccb9569096ebec0f627e35ac;p=thirdparty%2Fbootstrap.git browsers-devices: add `chomp` (#32116) This is to remove any trailing newlines in the `.browserslistrc` shortcode --- 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 7dc0743b74..bdda154a30 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 >}} ```