Skip to content

Commit 228ee3a

Browse files
MAGETWO-57796: [GitHub] Inserted image in product description got broken on front end #6138
1 parent e3d67ea commit 228ee3a

File tree

1 file changed

+1
-0
lines changed
  • lib/web/mage/adminhtml/wysiwyg/tiny_mce

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ define([
393393
}
394394

395395
content = editor.getContent();
396+
content = this.decodeContent(content);
396397

397398
jQuery('#' + this.id).val(content).trigger('change');
398399
},

0 commit comments

Comments
 (0)