[pLog-svn] r4200 - plog/branches/lifetype-1.1.2/js/tinymce

reto at devel.lifetype.net reto at devel.lifetype.net
Sat Oct 28 21:04:25 GMT 2006


Author: reto
Date: 2006-10-28 21:04:23 +0000 (Sat, 28 Oct 2006)
New Revision: 4200

Modified:
   plog/branches/lifetype-1.1.2/js/tinymce/tiny_mce-plog.js
Log:
valid XHTML output for nested UL/OL Elements. See http://tinymce.moxiecode.com/tinymce/docs/option_fix_list_elements.html for more info.

Modified: plog/branches/lifetype-1.1.2/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.1.2/js/tinymce/tiny_mce-plog.js	2006-10-28 19:49:27 UTC (rev 4199)
+++ plog/branches/lifetype-1.1.2/js/tinymce/tiny_mce-plog.js	2006-10-28 21:04:23 UTC (rev 4200)
@@ -4,6 +4,7 @@
 	theme : "advanced",
 	plugins : "fullscreen,table,inlinepopups,insertdatetime,emotions,insertresource,insertvideo",
 	relative_urls : false,
+    fix_list_elements : true,
 	remove_script_host : false,
 	force_p_newlines : true,
 	cleanup_on_startup : true,	



More information about the pLog-svn mailing list