]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
overview: add missing EOF newline (#33098)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 16 Feb 2021 10:22:35 +0000 (12:22 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Feb 2021 10:22:35 +0000 (12:22 +0200)
site/content/docs/5.0/customize/overview.md

index ce94ebfc4fd227602dfaaaf993c36bb91dca9de6..07431575a7e24fcd662cdfa332eba10de6ca6538 100644 (file)
@@ -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.