aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-09-01 13:23:31 +0300
committerXhmikosR <[email protected]>2019-09-06 11:57:50 +0300
commitcf4ae75eff7d432962cc67d56d4ede3b9e3ac42c (patch)
tree8c09faa4568d96afe8985a0bb55fad4d73ad2cab
parentf7fe5d5bca78354c1ff27340702593ca5f81a3a3 (diff)
downloadbootstrap-cf4ae75eff7d432962cc67d56d4ede3b9e3ac42c.tar.xz
bootstrap-cf4ae75eff7d432962cc67d56d4ede3b9e3ac42c.zip
Break a couple of long lines.
-rw-r--r--site/content/docs/4.3/components/modal.md4
-rw-r--r--site/content/docs/4.3/getting-started/browsers-devices.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/site/content/docs/4.3/components/modal.md b/site/content/docs/4.3/components/modal.md
index 3c8fcf428..f82ee774e 100644
--- a/site/content/docs/4.3/components/modal.md
+++ b/site/content/docs/4.3/components/modal.md
@@ -731,7 +731,9 @@ Activate a modal without writing JavaScript. Set `data-toggle="modal"` on a cont
Create a modal with a single line of JavaScript:
-{{< highlight js >}}var myModal = new bootstrap.Modal(document.getElementById('myModal'), options){{< /highlight >}}
+{{< highlight js >}}
+var myModal = new bootstrap.Modal(document.getElementById('myModal'), options)
+{{< /highlight >}}
### Options
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 949a81f55..12a77343c 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,9 @@ 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" | htmlEscape }}{{< /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.