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.
| Comment | File | Size | Author |
|---|---|---|---|
| tinymce-title-field.patch | 285 bytes | usonian |
Comments
Comment #1
mupsi