diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module index 6d4684f99e3be0d5f7986c065d828ae2a86a5cfc..8496834ab540fc1fa276bbe189f980366a5fafa0 100644 --- a/sites/all/modules/unl/unl.module +++ b/sites/all/modules/unl/unl.module @@ -46,8 +46,8 @@ function unl_wysiwyg_plugin($editor) { 'options' => array( 'skin' => 'unl', 'table_styles' => 'ZenTable Bright (yellow)=zentable bright;ZenTable Cool (blue)=zentable cool;ZenTable Energetic (orange)=zentable energetic;ZenTable Soothing (green)=zentable soothing;ZenTable Primary (red)=zentable primary;ZenTable Neutral (gray)=zentable neutral;', 'doctype' => '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">', + 'valid_elements' => '*[*]', ), - 'extended_valid_elements' => array('*[*]'), ) // Wysiwyg wrapper plugin AJAX callback. // 'callback' => url('myplugin/browse'),