Skip to content

Commit

Permalink
[-] FO : Fix PSCSX-2877 bad entity encoding in tinyMCE
Browse files Browse the repository at this point in the history
  • Loading branch information
sfroment committed Jul 31, 2014
1 parent d47f07d commit e8cc1ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/tinymce.inc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ function tinySetup(config)
statusbar: false,
relative_urls : false,
convert_urls: false,
entity_encoding: "raw",
extended_valid_elements : "em[class|name|id]",
menu: {
edit: {title: 'Edit', items: 'undo redo | cut copy paste | selectall'},
Expand All @@ -43,4 +44,4 @@ function tinySetup(config)

tinyMCE.init(config);

};
};

0 comments on commit e8cc1ef

Please sign in to comment.