-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
The following alredy inlined style is strpiped to the first value.
<body style="
padding:0px;
margin:0;
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 17em, #f6f8f9 17em, #f6f8f9 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 17em,#f6f8f9 17em,#f6f8f9 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 17em,#f6f8f9 17em,#f6f8f9 100%);
">
When sent through the filter becomes:
<body style="
padding:0px;
margin:0;
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 17em,#f6f8f9 17em,#f6f8f9 100%);
">
Metadata
Metadata
Assignees
Labels
No labels