aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-02-16 12:22:35 +0200
committerGitHub <[email protected]>2021-02-16 12:22:35 +0200
commitca9087ba92f1bd75983aeec56b348285d3776ef1 (patch)
treefae7788a992d875cde149a764242755a1128509f /site
parent324107f3af726da14a935fd3b0e2387919f2c38d (diff)
downloadbootstrap-ca9087ba92f1bd75983aeec56b348285d3776ef1.tar.xz
bootstrap-ca9087ba92f1bd75983aeec56b348285d3776ef1.zip
overview: add missing EOF newline (#33098)
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/5.0/customize/overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/customize/overview.md b/site/content/docs/5.0/customize/overview.md
index ce94ebfc4..07431575a 100644
--- a/site/content/docs/5.0/customize/overview.md
+++ b/site/content/docs/5.0/customize/overview.md
@@ -48,4 +48,4 @@ Several Bootstrap components include embedded SVGs in our CSS to style component
- [Carousel controls]({{< docsref "/components/carousel#with-controls" >}})
- [Navbar toggle buttons]({{< docsref "/components/navbar#responsive-behaviors" >}})
-Based on [community conversation](https://github.com/twbs/bootstrap/issues/25394), some options for addressing this in your own codebase include replacing the URLs with locally hosted assets, removing the images and using inline images (not possible in all components), and modifying your CSP. Our recommendation is to carefully review your own security policies and decide on a best path forward, if necessary. \ No newline at end of file
+Based on [community conversation](https://github.com/twbs/bootstrap/issues/25394), some options for addressing this in your own codebase include replacing the URLs with locally hosted assets, removing the images and using inline images (not possible in all components), and modifying your CSP. Our recommendation is to carefully review your own security policies and decide on a best path forward, if necessary.