aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-03-14 02:11:09 +0200
committerMark Otto <[email protected]>2019-03-13 18:33:51 -0700
commit6a3433da9a9e9d5cc15c110e1be375887634b3c1 (patch)
treef8eb0649aa791a1b040467eef70688a1ac815061
parent02e0aa3b601845273bb224616c6f761027b4d4e7 (diff)
downloadbootstrap-6a3433da9a9e9d5cc15c110e1be375887634b3c1.tar.xz
bootstrap-6a3433da9a9e9d5cc15c110e1be375887634b3c1.zip
browsers-devices.md: escape what we read.
-rw-r--r--site/content/docs/4.3/getting-started/browsers-devices.md2
1 files changed, 1 insertions, 1 deletions
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 4628bfbd0..9185782f7 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.