When changing the body format from plain text to full html with wysiwyg the text area doesn't change.

I've applied this changes in rotor.module and it works

//add wysiwyg to $form['body_filter']['body'] array
  '#wysiwyg' => TRUE,
);
//and change
//$form['body_filter']['filter'] = filter_form($node->format); 
  $form['body_filter']['format'] = filter_form($node->format);

In rotor_form function

Comments

mrfelton’s picture

Status: Active » Fixed

This is resolved in git. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.