We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f296f0 commit 85382cdCopy full SHA for 85382cd
packages/base-manager/src/manager-base.ts
@@ -71,7 +71,7 @@ function default_inline_sanitize(html: string): string {
71
var matched = String(m);
72
res +=
73
'$' +
74
- sanitize(matched.substr(1, matched.length - 1), {
+ sanitize(matched.substr(1, matched.length - 2), {
75
allowedTags: allowedTags,
76
allowedAttributes: allowedAttributes
77
}) +
0 commit comments