Author: andre
Date: 2010-06-24 22:52:09 +0200 (Thu, 24 Jun 2010)
New Revision: 42698

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


Modified: openimages/trunk/src/main/webapp/editors/inc/htmleditorsmall.jspx
===================================================================
--- openimages/trunk/src/main/webapp/editors/inc/htmleditorsmall.jspx   
2010-06-24 20:51:44 UTC (rev 42697)
+++ openimages/trunk/src/main/webapp/editors/inc/htmleditorsmall.jspx   
2010-06-24 20:52:09 UTC (rev 42698)
@@ -10,6 +10,7 @@
       editor_selector : /(mm_f_intro|mm_f_body|mm_f_description)/,
       plugins : "fullscreen,xhtmlxtras",
       content_css : "${mm:link('/style/css/tiny_mce.css')}",
+      entity_encoding : "raw",
       // language : 
"${requestScope['javax.servlet.jsp.jstl.fmt.locale.request']}",
       
       theme_advanced_toolbar_align : "left",

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to