Commit 0f8d840
committed
Keep <style> blocks when scrubbing dashboard emails
Dashboard email is scrubbed after its CSS is imported into <style> blocks,
but HTML::Scrubber drops <style> by default, so the CSS was stripped whenever
it was not inlined into element style="" attributes (the default, and also
when CSS::Inliner skips large content). Enable the scrubber's style flag so
the CSS survives.1 parent c7c1dc6 commit 0f8d840
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
| 1018 | + | |
| 1019 | + | |
1018 | 1020 | | |
1019 | 1021 | | |
1020 | 1022 | | |
| |||
0 commit comments