-- 2008-10-09 version 5.x-2.x-dev
* #310988 Extended default exclusion list, added hack for module developers allowing to disable fckeditor on specific textareas
+* #318540 Fixed: formatting output doesn't format properly
-- 2008-10-08 version 5.x-2.x-dev
* Added upgrading instructions
document.getElementById('switch_' + js_id).innerHTML = TextRTE;
// Set the textarea value to the editor value.
- eTextarea.value = oEditor.GetHTML() ;
+ $('#' + textareaID).val(oEditor.GetHTML(true)) ;
// Switch the DIVs display.
eTextarea.style.display = '' ;