TF-3253 Fix body content is lost

This commit is contained in:
dab246
2024-11-04 18:37:28 +07:00
committed by Dat H. Pham
parent 97523dbd42
commit bda9a1c91c
@@ -19,6 +19,7 @@ class StandardizeHtmlSanitizingTransformers extends TextTransformer {
'center', 'center',
'style', 'style',
'body', 'body',
'section',
]; ];
const StandardizeHtmlSanitizingTransformers(); const StandardizeHtmlSanitizingTransformers();