Per the issue described at http://drupal.org/node/254336, the FAQ module turns the node 'title' field into a textarea, which means TinyMCE attaches itself and adds HTML to the field contents, which in turn gets escaped and shows up on screen.

This patch just adds the 'title' field to the list of fields TinyMCE should ignore; it's the same fix described at http://drupal.org/node/254336#comment-838729 but applied to the module itself, rather than requiring a custom theme function.

CommentFileSizeAuthor
tinymce-title-field.patch285 bytesusonian
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Mupsi’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)