diff --git a/build_support/boot_textarea.js b/build_support/boot_textarea.js index b4c5846a..028f34b2 100644 --- a/build_support/boot_textarea.js +++ b/build_support/boot_textarea.js @@ -187,8 +187,8 @@ function setupContainer(element, getValue) { var oldSumit = parentNode.onsubmit; // Override the onsubmit function of the form. parentNode.onsubmit = function(evt) { - element.value = getValue(); element.innerHTML = getValue(); + element.value = getValue(); // If there is a onsubmit function already, then call // it with the current context and pass the event. if (oldSumit) {