join '', split /<br \/>| /, $comment
%></TEXTAREA>
% } else {
- <& /elements/htmlarea.html, 'field' => 'comment_html',
- 'curr_value' => $comment
+ <& /elements/htmlarea.html,
+ 'field' => 'comment_html',
+ 'curr_value' => $comment,
+ 'config' => { toolbarStartupExpanded => JSON::false,
+ height => 315,
+ },
&>
% }
'startupFocus' => JSON::true,
'skin' => 'kama',
'toolbarCanCollapse' => JSON::true,
+ 'removePlugins' => 'elementspath',
'basePath' => $p.'elements/ckeditor/',
'enterMode' => 2,
%{ $opt{config} || {} },