Remove custom attribs as consumed
This commit is contained in:
parent
36795fa192
commit
b951713f7f
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ var sanitizeHtmlParams = {
|
|||
/#[0-9a-fA-F]{6}/.test(customAttributeValue)
|
||||
) {
|
||||
style += cssAttributeKey + ":" + customAttributeValue + ";";
|
||||
delete attribs[customAttributeKey];
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue