Skip to content

Commit 6a3433d

Browse files
XhmikosRmdo
authored andcommitted
browsers-devices.md: escape what we read.
1 parent 02e0aa3 commit 6a3433d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/4.3/getting-started/browsers-devices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Alternative browsers which use the latest version of WebKit, Blink, or Gecko, wh
1515
You can find our supported range of browsers and their versions [in our `.browserslistrc file`]({{< param repo >}}/blob/v{{< param current_version >}}/.browserslistrc):
1616

1717
```text
18-
{{< rf.inline >}}{{ readFile ".browserslistrc" }}{{< /rf.inline >}}
18+
{{< rf.inline >}}{{ readFile ".browserslistrc" | htmlEscape }}{{< /rf.inline >}}
1919
```
2020

2121
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.

0 commit comments

Comments
 (0)