From d71a0cccb8fdb0555cc99472904e71a49cc9a7fa Mon Sep 17 00:00:00 2001 From: jasmussen Date: Tue, 4 Sep 2018 15:22:54 +0200 Subject: [PATCH] Fix for frontend. --- packages/block-library/src/pullquote/index.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/packages/block-library/src/pullquote/index.js b/packages/block-library/src/pullquote/index.js index 61c06a7c86904..c72c15ee8987b 100644 --- a/packages/block-library/src/pullquote/index.js +++ b/packages/block-library/src/pullquote/index.js @@ -91,10 +91,12 @@ export const settings = { const { value, citation } = attributes; return ( -
- - { ! RichText.isEmpty( citation ) && } -
+
+
+ + { ! RichText.isEmpty( citation ) && } +
+
); },