]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
browsers-devices.md: escape what we read.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 14 Mar 2019 00:11:09 +0000 (02:11 +0200)
committerMark Otto <otto@github.com>
Thu, 14 Mar 2019 01:33:51 +0000 (18:33 -0700)
site/content/docs/4.3/getting-started/browsers-devices.md

index 4628bfbd021a7975027d2fa1f9396238f8b544c7..9185782f7fd99755847821a16605cf774d2893bc 100644 (file)
@@ -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.