From: XhmikosR Date: Thu, 14 Mar 2019 00:11:09 +0000 (+0200) Subject: browsers-devices.md: escape what we read. X-Git-Tag: v5.0.0-alpha1~1191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a3433da9a9e9d5cc15c110e1be375887634b3c1;p=thirdparty%2Fbootstrap.git browsers-devices.md: escape what we read. --- diff --git a/site/content/docs/4.3/getting-started/browsers-devices.md b/site/content/docs/4.3/getting-started/browsers-devices.md index 4628bfbd02..9185782f7f 100644 --- a/site/content/docs/4.3/getting-started/browsers-devices.md +++ b/site/content/docs/4.3/getting-started/browsers-devices.md @@ -15,7 +15,7 @@ Alternative browsers which use the latest version of WebKit, Blink, or Gecko, wh You can find our supported range of browsers and their versions [in our `.browserslistrc file`]({{< param repo >}}/blob/v{{< param current_version >}}/.browserslistrc): ```text -{{< rf.inline >}}{{ readFile ".browserslistrc" }}{{< /rf.inline >}} +{{< rf.inline >}}{{ readFile ".browserslistrc" | htmlEscape }}{{< /rf.inline >}} ``` We use [Autoprefixer](https://github.com/postcss/autoprefixer) to handle intended browser support via CSS prefixes, which uses [Browserslist](https://github.com/browserslist/browserslist) to manage these browser versions. Consult their documentation for how to integrate these tools into your projects.