diff --git a/editor/blocks/freeform/index.js b/editor/blocks/freeform/index.js index 3b442c187e34d2..0de794755a0763 100644 --- a/editor/blocks/freeform/index.js +++ b/editor/blocks/freeform/index.js @@ -12,7 +12,14 @@ wp.blocks.registerBlock( 'core/freeform', { }, edit( { attributes } ) { - return
{ attributes.html }
; + return ( +
+ { attributes.html } +
+ ); }, save( { attributes } ) {