Skip to content

Commit 01e43ef

Browse files
author
Zerline
committed
Little more styling.
1 parent 5514bb9 commit 01e43ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/base-manager/src/manager-base.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function default_inline_sanitize(html: string): string {
6363
'*': ['aria-*', 'style', 'title'],
6464
a: ['href'],
6565
img: ['src'],
66-
style: ['media']
66+
style: ['media', 'type']
6767
}
6868
});
6969
}

0 commit comments

Comments
 (0)