You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ra...@apache.org on 2007/11/07 18:51:41 UTC

svn commit: r592827 - /lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js

Author: ragaller
Date: Wed Nov  7 09:51:37 2007
New Revision: 592827

URL: http://svn.apache.org/viewvc?rev=592827&view=rev
Log:
changed tinymce config option from forced_root_element to forced_root_block. Fixes bug 43806

Modified:
    lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js

Modified: lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js?rev=592827&r1=592826&r2=592827&view=diff
==============================================================================
--- lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js (original)
+++ lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js Wed Nov  7 09:51:37 2007
@@ -75,7 +75,7 @@
     fix_table_elements: true,
     
     /* force all stray text nodes into a <p/> element. */
-    forced_root_element: "p",
+    forced_root_block: "p",
     
     /* let tinymce do the layout by itself */
     theme_advanced_layout_manager : "SimpleLayout",



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org


Re: svn commit: r592827 - /lenya/trunk/src/modules/tinymce/resources/javascript/tiny_config.js

Posted by Jörn Nettingsmeier <ne...@apache.org>.
ragaller@apache.org wrote:
> Author: ragaller
> Date: Wed Nov  7 09:51:37 2007
> New Revision: 592827
> 
> URL: http://svn.apache.org/viewvc?rev=592827&view=rev
> Log:
> changed tinymce config option from forced_root_element to forced_root_block. Fixes bug 43806

thanks for fixing this!

-- 
Jörn Nettingsmeier

"One of my most productive days was throwing away 1000 lines of code."
   - Ken Thompson.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lenya.apache.org
For additional commands, e-mail: dev-help@lenya.apache.org