Skip to content

Commit

Permalink
Fix pullquote to inline convert
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Sep 8, 2023
1 parent 42a96f5 commit 6adc72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/pullquote/deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function multilineToInline( value ) {
values.shift();
values.pop();

return values.join( '\n' );
return values.join( '<br>' );
}

const v5 = {
Expand Down

0 comments on commit 6adc72b

Please sign in to comment.