diff --git a/sites/all/modules/unl/unl.module b/sites/all/modules/unl/unl.module index c4438828e78339a98bab1ee9f3b93d1528e2b767..6343d9875b9d877f4a3020c95c91955bf34007f7 100644 --- a/sites/all/modules/unl/unl.module +++ b/sites/all/modules/unl/unl.module @@ -204,7 +204,7 @@ 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' => '*[*],script[src|type=text/javascript]', + 'valid_elements' => '*[*],script[charset|defer|id|src|type=text/javascript]', ), ) // Wysiwyg wrapper plugin AJAX callback.