Closed (outdated)
Project:
TinyMCE
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2008 at 14:53 UTC
Updated:
14 Jan 2021 at 19:40 UTC
Jump to comment: Most recent
Comments
Comment #1
markcheng commentedgo see here:
http://tinymce.moxiecode.com/examples/example_03.php
tinymce uses class names to determine what textarea should be either explicitly or implicitly included or excluded. If you're still getting the bogus tags move your class name declarations to the top of the argument list directly after the theme declaration like so:
Incidentally, this isn't specific to drupal- it's for any site using TinyMCE. Just wanted to point this out because i'm not using Drupal, did have this problem, fixed it myself, and stumbled upon this drupal page from google referring to the issue.
Comment #2
mot commentedI had this error message as well in #832784: Tinymce disappeared with WYSIWYG when setting the configuration to some other language. Could solve it by installation the TinyMCE language files.
Comment #3
nicoloye commented