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

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Mar 31 08:44:52 EDT 2007


Author: oscar
Date: 2007-03-31 08:44:52 -0400 (Sat, 31 Mar 2007)
New Revision: 5240

Modified:
   plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
Log:
Allow users to use the 'rel' attribute of anchor tags, mantis issue http://bugs.lifetype.net/view.php?id=1255

Modified: plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2007-03-31 05:47:50 UTC (rev 5239)
+++ plog/branches/lifetype-1.2/js/tinymce/tiny_mce-plog.js	2007-03-31 12:44:52 UTC (rev 5240)
@@ -20,7 +20,7 @@
 	theme_advanced_resizing : true,
 	theme_advanced_resize_horizontal : false,
 	convert_fonts_to_spans: true,
-	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]",
+	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 : ""
 	+"a[accesskey|charset|class|coords|dir<ltr?rtl|href|hreflang|id|lang|name"



More information about the pLog-svn mailing list