I have a content type where the body is hidden (no name on the content type form), yet input formats are still output to the node edit form. The containing fieldset has an empty ID attribute.

Other themes (Garland, Zen, Tao) do not have the same issue.

More detail: http://drupal.org/node/853876

Comments

johnpitcairn’s picture

Status: Active » Closed (fixed)

Ah ... $%@^#&**@! Never mind, another custom module was interfering with $form['body_field'] without first checking it existed. Sorry for the noise.

dbassendine’s picture

Thanks for the report - this problem can also be caused by the Excerpt module making modifications to $form['body_field'] when there's none present - see http://drupal.org/node/1948112