Skip to content

Commit e370aa5

Browse files
committed
Fix deprecation warning
1 parent 58bd10e commit e370aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function plugin(options) {
2828
hast = sanitize(hast, schema)
2929
}
3030

31-
result = toHtml(hast, xtend(settings, {allowDangerousHTML: !clean}))
31+
result = toHtml(hast, xtend(settings, {allowDangerousHtml: !clean}))
3232

3333
// Add an eof eol.
3434
if (root && result.charAt(result.length - 1) !== '\n') {

0 commit comments

Comments
 (0)