Wysiwyg 6.x-2.x, xxxx-xx-xx
---------------------------
+#1153458 by Deciphered: Fixed TinyMCE 'Verify HTML' setting being ignored.
#1079694 by TwoD: Fixed Whizzywig not restoring textarea styles when detached.
#1132142 by tacituseu, TwoD, sun: Fixed nicEdit not removing its submit handler.
#1143104 by EugenMayer: Fixed CKEditor 3.5.4 version detection.
$settings['remove_linebreaks'] = $config['remove_linebreaks'];
}
if (isset($config['verify_html'])) {
- $settings['verify_html'] = $config['verify_html'];
+ $settings['verify_html'] = (bool) $config['verify_html'];
}
if (!empty($config['css_classes'])) {