--- library/Zend/Dojo/View/Helper/Editor.php (revision 23872) +++ library/Zend/Dojo/View/Helper/Editor.php (working copy) @@ -114,8 +114,7 @@ $attribs = $this->_prepareDijit($attribs, $params, 'textarea'); - $html = '_htmlAttribs($hiddenAttribs) . $this->getClosingBracket(); - $html .= '_htmlAttribs($attribs) . '>' + $html = '_htmlAttribs($attribs) . '>' . $value . "\n"; @@ -125,6 +124,8 @@ . $this->view->formTextarea($hiddenId, $value, $attribs) . ''; + $html .= '_htmlAttribs($hiddenAttribs) . $this->getClosingBracket(); + return $html; }