Fixing that TinyMCE is encoding special chars

This commit is contained in:
Lombiq
2015-11-24 14:13:41 +01:00
parent 7b47356152
commit 188fabe233

View File

@@ -12,6 +12,7 @@ tinyMCE.init({
selector: "textarea.tinymce", selector: "textarea.tinymce",
theme: "modern", theme: "modern",
schema: "html5", schema: "html5",
entity_encoding : "raw",
plugins: [ plugins: [
"advlist autolink lists link image charmap print preview hr anchor pagebreak", "advlist autolink lists link image charmap print preview hr anchor pagebreak",
"searchreplace wordcount visualblocks visualchars code fullscreen", "searchreplace wordcount visualblocks visualchars code fullscreen",