[pLog-svn] r3678 - plog/trunk/js/tinymce

mark at devel.lifetype.net mark at devel.lifetype.net
Sun Jul 2 20:26:56 GMT 2006


Author: mark
Date: 2006-07-02 20:26:55 +0000 (Sun, 02 Jul 2006)
New Revision: 3678

Modified:
   plog/trunk/js/tinymce/tiny_mce-plog.js
Log:
Fixed an error, it will prevent TinyMCE to remove the id attribute.

Modified: plog/trunk/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/trunk/js/tinymce/tiny_mce-plog.js	2006-07-01 12:44:09 UTC (rev 3677)
+++ plog/trunk/js/tinymce/tiny_mce-plog.js	2006-07-02 20:26:55 UTC (rev 3678)
@@ -18,7 +18,7 @@
 	theme_advanced_path_location : "bottom",
 	theme_advanced_resizing : true,
 	theme_advanced_resize_horizontal : false,
-	extended_valid_elements : "a[class|name|href|target|title|onclick],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]",
+	extended_valid_elements : "a[class|name|id|href|target|title|onclick],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 : ""
 	+"a[accesskey|charset|class|coords|dir<ltr?rtl|href|hreflang|id|lang|name"



More information about the pLog-svn mailing list