[pLog-svn] r5374 - plog/branches/lifetype-1.2/js/tinymce

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Wed May 2 10:09:07 EDT 2007


Author: jondaley
Date: 2007-05-02 10:09:07 -0400 (Wed, 02 May 2007)
New Revision: 5374

Modified:
   plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
Log:
save line breaks when converting between HTML-editor and WYSIWYG editor.  Thanks chaghi: http://forums.lifetype.net/viewtopic.php?t=6404

Modified: plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2007-05-02 12:52:04 UTC (rev 5373)
+++ plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2007-05-02 14:09:07 UTC (rev 5374)
@@ -20,6 +20,7 @@
 	theme_advanced_resizing : true,
 	theme_advanced_resize_horizontal : false,
 	convert_fonts_to_spans: true,
+    remove_linebreaks: false,
 	extended_valid_elements : "a[class|name|id|href|target|title|onclick|rel],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]",
 	verify_html : true,
 	valid_elements : ""



More information about the pLog-svn mailing list