Skip to content

Commit 2c3b5b9

Browse files
committed
magento/magento2-page-builder#558: Developer can style content types output differently per viewport - Fixed quote marks
1 parent 606292d commit 2c3b5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/mage/adminhtml/wysiwyg/tiny_mce/tinymce4Adapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ define([
205205
plugins: this.config.tinymce4.plugins,
206206
toolbar: this.config.tinymce4.toolbar,
207207
adapter: this,
208-
body_id: "html-body",
208+
'body_id': 'html-body',
209209

210210
/**
211211
* @param {Object} editor

0 commit comments

Comments
 (0)