Ingo Schommer fb9753ddc4 Retain script tags in editor if allowed (fixes #3611)
TinyMCE strips them by default, but if they're specifically added
to the allowed elements we should respect that setting.

Example PHP config:
$validEls = HtmlEditorConfig::get('cms')->getOption('extended_valid_elements');
$validEls .= ',script[src|type]';
HtmlEditorConfig::get('cms')->setOption('extended_valid_elements', $validEls);
2015-08-21 16:49:43 +01:00
..
2012-06-08 18:40:33 +02:00
2014-01-28 14:09:57 +01:00
2014-04-29 12:51:47 +12:00
2015-05-28 16:59:05 +12:00
2012-11-06 19:45:56 +01:00
2013-02-18 02:20:50 -08:00