diff options
| author | XhmikosR <[email protected]> | 2020-01-13 17:49:36 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-02-17 21:33:54 +0200 |
| commit | f737c73a27965a22c98bf31ea3f03e76ca4b1be0 (patch) | |
| tree | 190c6967fef3482a5893882b9e7370c99f9dc927 /site/docs/4.4/getting-started/javascript.md | |
| parent | 411922b14dd9e3a1686e9fca00ddb1abc8b2e43b (diff) | |
| download | bootstrap-f737c73a27965a22c98bf31ea3f03e76ca4b1be0.tar.xz bootstrap-f737c73a27965a22c98bf31ea3f03e76ca4b1be0.zip | |
javascript.md: Add `srcset` in sanitizer docs (#30007)
Diffstat (limited to 'site/docs/4.4/getting-started/javascript.md')
| -rw-r--r-- | site/docs/4.4/getting-started/javascript.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.4/getting-started/javascript.md b/site/docs/4.4/getting-started/javascript.md index a509bd482..058737f91 100644 --- a/site/docs/4.4/getting-started/javascript.md +++ b/site/docs/4.4/getting-started/javascript.md @@ -167,7 +167,7 @@ var DefaultWhitelist = { h5: [], h6: [], i: [], - img: ['src', 'alt', 'title', 'width', 'height'], + img: ['src', 'srcset', 'alt', 'title', 'width', 'height'], li: [], ol: [], p: [], |
