]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Backport 65d130fbd85abd8143c553e75e24bc5a11d36877
authorXhmikosR <xhmikosr@gmail.com>
Tue, 15 Sep 2020 02:43:47 +0000 (19:43 -0700)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 21 Sep 2020 11:58:34 +0000 (14:58 +0300)
Mention the quotes requirement in the docs too

site/docs/4.5/getting-started/theming.md

index 32f83f308017a76623684336b188c2e57c03d91d..bc8095792dcf7e39bd1e4f5bcaefa6706e64f0bb 100644 (file)
@@ -225,7 +225,7 @@ You can also specify a base color with our color map functions:
 
 #### Escape SVG
 
-We use the `escape-svg` function to escape the `<`, `>` and `#` characters for SVG background images. These characters need to be escaped to properly render the background images in IE.
+We use the `escape-svg` function to escape the `<`, `>` and `#` characters for SVG background images. These characters need to be escaped to properly render the background images in IE. When using the `escape-svg` function, data URIs must be quoted.
 
 #### Add and Subtract functions