We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421f825 commit 19cb522Copy full SHA for 19cb522
app/code/Magento/Tinymce3/view/base/web/tiny_mce/plugins/media/editor_plugin_src.js
@@ -255,7 +255,7 @@
255
vspace : data.vspace,
256
src : self.editor.theme.url + '/img/trans.gif',
257
'class' : 'mceItemMedia mceItem' + self.getType(data.type).name,
258
- 'data-mce-json' : JSON.serialize(data, "'")
+ 'data-mce-json' : JSON.serialize(data)
259
});
260
261
img.width = data.width || (data.type == 'audio' ? "300" : "320");
@@ -880,7 +880,7 @@
880
vspace : vspace,
881
align : align,
882
bgcolor : bgcolor,
883
- "data-mce-json" : JSON.serialize(data, "'")
+ "data-mce-json" : JSON.serialize(data)
884
885
}
886
0 commit comments