Author: andre
Date: 2010-06-24 22:51:17 +0200 (Thu, 24 Jun 2010)
New Revision: 42696

Modified:
   openimages/trunk/src/main/webapp/editors/inc/htmleditor.jspx
Log:
make sure entities are not encoded (only &)


Modified: openimages/trunk/src/main/webapp/editors/inc/htmleditor.jspx
===================================================================
--- openimages/trunk/src/main/webapp/editors/inc/htmleditor.jspx        
2010-06-24 19:34:02 UTC (rev 42695)
+++ openimages/trunk/src/main/webapp/editors/inc/htmleditor.jspx        
2010-06-24 20:51:17 UTC (rev 42696)
@@ -9,12 +9,13 @@
 tinyMCE.init({
     theme: "advanced",
     mode : "specific_textareas",
-    editor_selector : /(mm_f_body|mm_nm_licenses)/,
+    editor_selector : /(mm_f_intro|mm_f_body|mm_nm_licenses)/,
     //plugins : "table",
     plugins : "fullscreen,xhtmlxtras",
     content_css : "${mm:link('/style/css/tiny_mce.css')}",
     // language : "nl",
-    height : "420",
+    entity_encoding : "raw",
+    //height : "420",
     
     //button_tile_map : true,
     //apply_source_formatting : true,

_______________________________________________
Cvs mailing list
Cvs@lists.mmbase.org
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to