Commit c3bbf69b authored by Daniel Kudwien's avatar Daniel Kudwien
Browse files

#348317 by sun: Fixed TinyMCE's extended_valid_elements for advimage plugin.

parent 8942000a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6,7 +6,8 @@ Wysiwyg x.x-x.x, xxxx-xx-xx

Wysiwyg 6.x-x.x, xxxx-xx-xx
---------------------------
#348317 by sun: Fixed TinyMCE's extended_valid_elements for advlink plugin.
#348317 by sun: Fixed TinyMCE's extended_valid_elements for advlink/advimage
  plugin.
#348986 by sun: Added CSS class for toggle link container.
#342864 by davexoxide, sun: Added YUI editor support.
#343217 by sun: Fixed improperly capitalized library script name for nicEdit.
+1 −1
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ function wysiwyg_tinymce_plugins($editor) {
    'advimage' => array(
      'path' => $editor['library path'] .'/plugins/advimage',
      'extensions' => array('advimage' => t('Advanced image')),
      'extended_valid_elements' => array('img[class|src|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]'),
      'extended_valid_elements' => array('img[src|alt|title|align|width|height|hspace|vspace|border|style|class|onmouseover|onmouseout|id|name]'),
      'url' => 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/advimage',
      'internal' => TRUE,
      'load' => TRUE,