Skip to content

Commit

Permalink
Fix error with the WYSIWYG and Greek characters
Browse files Browse the repository at this point in the history
This commit aims to be a fix to the error with the WYSIWYG editor (TinyMCE) that not store properly non latin character (i.e. Greek letters). Solution comes from http://stackoverflow.com/questions/33043516/magento-greek-characters-as-html-entities
  • Loading branch information
Athanasios authored Jul 8, 2016
1 parent 6ee307f commit 8038717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web/mage/adminhtml/wysiwyg/tiny_mce/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ define([
}

var settings = {
entity_encoding: 'raw',
mode: (mode != undefined ? mode : 'none'),
elements: this.id,
theme: 'advanced',
Expand Down

0 comments on commit 8038717

Please sign in to comment.